mirror of https://gitee.com/openkylin/linux.git
staging: iio: hmc5843: Fix a trivial typo
Add a missing closing brace. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Shubhrajyoti Datta <shubhrajyoti@ti.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
46e221cb39
commit
b658a377cc
|
@ -730,6 +730,6 @@ static struct i2c_driver hmc5843_driver = {
|
|||
};
|
||||
module_i2c_driver(hmc5843_driver);
|
||||
|
||||
MODULE_AUTHOR("Shubhrajyoti Datta <shubhrajyoti@ti.com");
|
||||
MODULE_AUTHOR("Shubhrajyoti Datta <shubhrajyoti@ti.com>");
|
||||
MODULE_DESCRIPTION("HMC5843/5883/5883L driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in New Issue