mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
docs: i2c: smbus-protocol: fix kernel-doc function syntax
This clarifies these are functions (and would/will adds a hyperlink to the function documentation if/when documented). Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
committed by
Wolfram Sang
parent
3c13f1fbec
commit
b36cbb70e4
@@ -118,7 +118,7 @@ byte. But this time, the data is a complete word (16 bits)::
|
|||||||
|
|
||||||
Functionality flag: I2C_FUNC_SMBUS_READ_WORD_DATA
|
Functionality flag: I2C_FUNC_SMBUS_READ_WORD_DATA
|
||||||
|
|
||||||
Note the convenience function i2c_smbus_read_word_swapped is
|
Note the convenience function i2c_smbus_read_word_swapped() is
|
||||||
available for reads where the two data bytes are the other way
|
available for reads where the two data bytes are the other way
|
||||||
around (not SMBus compliant, but very popular.)
|
around (not SMBus compliant, but very popular.)
|
||||||
|
|
||||||
@@ -152,7 +152,7 @@ specified through the Comm byte.::
|
|||||||
|
|
||||||
Functionality flag: I2C_FUNC_SMBUS_WRITE_WORD_DATA
|
Functionality flag: I2C_FUNC_SMBUS_WRITE_WORD_DATA
|
||||||
|
|
||||||
Note the convenience function i2c_smbus_write_word_swapped is
|
Note the convenience function i2c_smbus_write_word_swapped() is
|
||||||
available for writes where the two data bytes are the other way
|
available for writes where the two data bytes are the other way
|
||||||
around (not SMBus compliant, but very popular.)
|
around (not SMBus compliant, but very popular.)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user