i2c: rk3x: add proper kerneldoc header
authorWolfram Sang <wsa@the-dreams.de>
Wed, 17 Jan 2018 23:18:17 +0000 (00:18 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 17 Jan 2018 23:34:09 +0000 (00:34 +0100)
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>
drivers/i2c/busses/i2c-rk3x.c

index 1f80960c5ae1c8d1a1fb0a8c2cb90772117d0e16..e1a18d989f830771f27614aba820ffc5da5356e6 100644 (file)
@@ -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
  */