diff options
author | Shubhrajyoti Datta <shubhraj@xilinx.com> | 2015-05-05 08:36:05 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-05-12 09:18:27 -0400 |
commit | bea6ff020f3a7228bc6b625071674c5129ffc185 (patch) | |
tree | 627671d1b36d7c7077a0294f398b4aa003c96192 | |
parent | 4489750fa56e5c2ed49b3bf3590c0bfdab1a8a08 (diff) |
i2c: xiic: Fix kerneldoc warnings
info(drivers/i2c/busses/i2c-xiic.c:55): Scanning doc for struct xiic_i2c
Warning(drivers/i2c/busses/i2c-xiic.c:79): No description found for parameter 'endianness'
Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | drivers/i2c/busses/i2c-xiic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c index e8400042b358..4dda23f22a67 100644 --- a/drivers/i2c/busses/i2c-xiic.c +++ b/drivers/i2c/busses/i2c-xiic.c | |||
@@ -63,6 +63,7 @@ enum xiic_endian { | |||
63 | * @state: See STATE_ | 63 | * @state: See STATE_ |
64 | * @rx_msg: Current RX message | 64 | * @rx_msg: Current RX message |
65 | * @rx_pos: Position within current RX message | 65 | * @rx_pos: Position within current RX message |
66 | * @endianness: big/little-endian byte order | ||
66 | */ | 67 | */ |
67 | struct xiic_i2c { | 68 | struct xiic_i2c { |
68 | void __iomem *base; | 69 | void __iomem *base; |