aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r--include/linux/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index bcd4bb1b450c..78c64f7b3105 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -434,7 +434,7 @@ union i2c_smbus_data {
434 __u8 byte; 434 __u8 byte;
435 __u16 word; 435 __u16 word;
436 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; /* block[0] is used for length */ 436 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; /* block[0] is used for length */
437 /* and one more for PEC */ 437 /* and one more for user-space compatibility */
438}; 438};
439 439
440/* smbus_access read or write markers */ 440/* smbus_access read or write markers */