aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/i2c/i2c-smbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/i2c-smbus.c b/drivers/i2c/i2c-smbus.c
index f574995b41c1..b0d2679c60d1 100644
--- a/drivers/i2c/i2c-smbus.c
+++ b/drivers/i2c/i2c-smbus.c
@@ -302,8 +302,8 @@ EXPORT_SYMBOL_GPL(i2c_setup_smbus_host_notify);
302 * i2c_handle_smbus_host_notify - Forward a Host Notify event to the correct 302 * i2c_handle_smbus_host_notify - Forward a Host Notify event to the correct
303 * I2C client. 303 * I2C client.
304 * @host_notify: the struct host_notify attached to the relevant adapter 304 * @host_notify: the struct host_notify attached to the relevant adapter
305 * @data: the Host Notify data which contains the payload and address of the 305 * @addr: the I2C address of the notifying device
306 * client 306 * @data: the payload of the notification
307 * Context: can't sleep 307 * Context: can't sleep
308 * 308 *
309 * Helper function to be called from an I2C bus driver's interrupt 309 * Helper function to be called from an I2C bus driver's interrupt