Commit fb774966 authored by Jonathan Albrieux's avatar Jonathan Albrieux Committed by Jonathan Cameron

iio: imu: bmi160: fix typo

Fix a typo in MODULE_AUTHOR() argument.
Signed-off-by: default avatarJonathan Albrieux <jonathan.albrieux@gmail.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 6e84d0cc
......@@ -853,6 +853,6 @@ int bmi160_core_probe(struct device *dev, struct regmap *regmap,
}
EXPORT_SYMBOL_GPL(bmi160_core_probe);
MODULE_AUTHOR("Daniel Baluta <daniel.baluta@intel.com");
MODULE_AUTHOR("Daniel Baluta <daniel.baluta@intel.com>");
MODULE_DESCRIPTION("Bosch BMI160 driver");
MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment