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

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 <wsa@the-dreams.de>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>

+1
+1
drivers/i2c/busses/i2c-rk3x.c
··· 161 161 }; 162 162 163 163 /** 164 + * struct rk3x_i2c_soc_data: 164 165 * @grf_offset: offset inside the grf regmap for setting the i2c type 165 166 * @calc_timings: Callback function for i2c timing information calculated 166 167 */