Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lee Jones and committed by
Wolfram Sang
45ce82f5 72ab7b6b

+2 -2
+2 -2
drivers/i2c/muxes/i2c-arb-gpio-challenge.c
··· 34 34 }; 35 35 36 36 37 - /** 37 + /* 38 38 * i2c_arbitrator_select - claim the I2C bus 39 39 * 40 40 * Use the GPIO-based signalling protocol; return -EBUSY if we fail. ··· 77 77 return -EBUSY; 78 78 } 79 79 80 - /** 80 + /* 81 81 * i2c_arbitrator_deselect - release the I2C bus 82 82 * 83 83 * Release the I2C bus using the GPIO-based signalling protocol.