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>
This commit is contained in:
parent
4489750fa5
commit
bea6ff020f
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ enum xiic_endian {
|
||||||
* @state: See STATE_
|
* @state: See STATE_
|
||||||
* @rx_msg: Current RX message
|
* @rx_msg: Current RX message
|
||||||
* @rx_pos: Position within current RX message
|
* @rx_pos: Position within current RX message
|
||||||
|
* @endianness: big/little-endian byte order
|
||||||
*/
|
*/
|
||||||
struct xiic_i2c {
|
struct xiic_i2c {
|
||||||
void __iomem *base;
|
void __iomem *base;
|
||||||
|
|
Loading…
Reference in a new issue