diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2018-01-18 00:18:17 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-01-18 00:34:09 +0100 |
commit | 5bacb56b2b56283ab26fea9e15f06ebe27afbe3d (patch) | |
tree | 14db5fae0a8668268c91a7f2c92f732937b79f89 /drivers/i2c | |
parent | d032a2eb2e3b9fc2def41c22bfb58e1efc2c6823 (diff) | |
download | linux-riscv-5bacb56b2b56283ab26fea9e15f06ebe27afbe3d.tar.gz linux-riscv-5bacb56b2b56283ab26fea9e15f06ebe27afbe3d.tar.bz2 linux-riscv-5bacb56b2b56283ab26fea9e15f06ebe27afbe3d.zip |
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-rk3x.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |