From: Wolfram Sang Date: Wed, 17 Jan 2018 23:18:17 +0000 (+0100) Subject: i2c: rk3x: add proper kerneldoc header X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5bacb56b2b56283ab26fea9e15f06ebe27afbe3d;p=openwrt%2Fstaging%2Fblogic.git i2c: rk3x: add proper kerneldoc header gcc noticed the kerneldoc was wrongly formatted. Fix it! drivers/i2c/busses/i2c-rk3x.c:164: warning: Cannot understand * @grf_offset: ... on line 164 - I thought it was a doc line Signed-off-by: Wolfram Sang Reviewed-by: Heiko Stuebner --- diff --git a/drivers/i2c/busses/i2c-rk3x.c b/drivers/i2c/busses/i2c-rk3x.c index 1f80960c5ae1..e1a18d989f83 100644 --- a/drivers/i2c/busses/i2c-rk3x.c +++ b/drivers/i2c/busses/i2c-rk3x.c @@ -161,6 +161,7 @@ enum rk3x_i2c_state { }; /** + * struct rk3x_i2c_soc_data: * @grf_offset: offset inside the grf regmap for setting the i2c type * @calc_timings: Callback function for i2c timing information calculated */