Skip to content

Commit b658a37

Browse files
Sachin Kamatjic23
authored andcommitted
staging: iio: hmc5843: Fix a trivial typo
Add a missing closing brace. Signed-off-by: Sachin Kamat <[email protected]> Cc: Shubhrajyoti Datta <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 46e221c commit b658a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/iio/magnetometer/hmc5843.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,6 @@ static struct i2c_driver hmc5843_driver = {
730730
};
731731
module_i2c_driver(hmc5843_driver);
732732

733-
MODULE_AUTHOR("Shubhrajyoti Datta <[email protected]");
733+
MODULE_AUTHOR("Shubhrajyoti Datta <[email protected]>");
734734
MODULE_DESCRIPTION("HMC5843/5883/5883L driver");
735735
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)