]> asedeno.scripts.mit.edu Git - linux.git/commit
i2c: ocores: turn incomplete kdoc into a comment
authorWolfram Sang <wsa@the-dreams.de>
Mon, 11 Feb 2019 10:37:28 +0000 (11:37 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 24 Feb 2019 13:38:03 +0000 (14:38 +0100)
commit088a8a7fb408d77b5c3029114f7ed457ed3ee715
tree9b595786453c048b5600c8af0adf37575c605154
parent2751541555382dfa7661bcfaac3ee0fac49f505d
i2c: ocores: turn incomplete kdoc into a comment

gcc complains, rightfully so, I think:

drivers/i2c/busses/i2c-ocores.c:32: warning: Cannot understand  * @process_lock: protect I2C transfer process.
 on line 32 - I thought it was a doc line

Make it a simple comment.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-ocores.c