[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2021-05-30 4:30:29
Message-ID: git-mailbomb-linux-master-45ce82f5eaedd5868b366d09d921a3205166d625 () kernel ! org
[Download RAW message or body]

Commit:     45ce82f5eaedd5868b366d09d921a3205166d625
Parent:     72ab7b6bb1a60bfc7baba1864fa28383dab4f862
Refname:    refs/heads/master
Web:        https://git.kernel.org/torvalds/c/45ce82f5eaedd5868b366d09d921a3205166d625
                
Author:     Lee Jones <lee.jones@linaro.org>
AuthorDate: Thu May 20 20:00:51 2021 +0100
Committer:  Wolfram Sang <wsa@kernel.org>
CommitDate: Thu May 27 21:29:03 2021 +0200

    i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers
    
    Fixes the following W=1 kernel build warning(s):
    
     drivers/i2c/muxes/i2c-arb-gpio-challenge.c:43: warning: Function parameter or \
                member 'muxc' not described in 'i2c_arbitrator_select'
     drivers/i2c/muxes/i2c-arb-gpio-challenge.c:43: warning: Function parameter or \
                member 'chan' not described in 'i2c_arbitrator_select'
     drivers/i2c/muxes/i2c-arb-gpio-challenge.c:86: warning: Function parameter or \
                member 'muxc' not described in 'i2c_arbitrator_deselect'
     drivers/i2c/muxes/i2c-arb-gpio-challenge.c:86: warning: Function parameter or \
member 'chan' not described in 'i2c_arbitrator_deselect'  
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Acked-by: Douglas Anderson <dianders@chromium.org>
    Acked-by: Peter Rosin <peda@axentia.se>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
---
 drivers/i2c/muxes/i2c-arb-gpio-challenge.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/i2c/muxes/i2c-arb-gpio-challenge.c \
b/drivers/i2c/muxes/i2c-arb-gpio-challenge.c index 6dc88902c189f..1c78657631f4f \
                100644
--- a/drivers/i2c/muxes/i2c-arb-gpio-challenge.c
+++ b/drivers/i2c/muxes/i2c-arb-gpio-challenge.c
@@ -34,7 +34,7 @@ struct i2c_arbitrator_data {
 };
 
 
-/**
+/*
  * i2c_arbitrator_select - claim the I2C bus
  *
  * Use the GPIO-based signalling protocol; return -EBUSY if we fail.
@@ -77,7 +77,7 @@ static int i2c_arbitrator_select(struct i2c_mux_core *muxc, u32 \
chan)  return -EBUSY;
 }
 
-/**
+/*
  * i2c_arbitrator_deselect - release the I2C bus
  *
  * Release the I2C bus using the GPIO-based signalling protocol.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic