1
0
Fork 0

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>
hifive-unleashed-5.1
Shubhrajyoti Datta 2015-05-05 18:06:05 +05:30 committed by Wolfram Sang
parent 4489750fa5
commit bea6ff020f
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ enum xiic_endian {
* @state: See STATE_
* @rx_msg: Current RX message
* @rx_pos: Position within current RX message
* @endianness: big/little-endian byte order
*/
struct xiic_i2c {
void __iomem *base;