Skip to content

Commit bea6ff0

Browse files
shubhrajyoti1Wolfram Sang
authored andcommitted
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 <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 4489750 commit bea6ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/busses/i2c-xiic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ enum xiic_endian {
6363
* @state: See STATE_
6464
* @rx_msg: Current RX message
6565
* @rx_pos: Position within current RX message
66+
* @endianness: big/little-endian byte order
6667
*/
6768
struct xiic_i2c {
6869
void __iomem *base;

0 commit comments

Comments
 (0)