Skip to content

Commit 67009e1

Browse files
havmindjic23
authored andcommitted
counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR
The last '>' chars were missing in the MODULE_AUTHOR entries. Reported-by: Randy Dunlap <[email protected]> Fixes: a3b9a99 ("counter: add FlexTimer Module Quadrature decoder counter driver") Signed-off-by: Patrick Havelange <[email protected]> Signed-off-by: William Breathitt Gray <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 8915aac commit 67009e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/counter/ftm-quaddec.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,5 @@ static struct platform_driver ftm_quaddec_driver = {
352352
module_platform_driver(ftm_quaddec_driver);
353353

354354
MODULE_LICENSE("GPL");
355-
MODULE_AUTHOR("Kjeld Flarup <[email protected]");
356-
MODULE_AUTHOR("Patrick Havelange <[email protected]");
355+
MODULE_AUTHOR("Kjeld Flarup <[email protected]>");
356+
MODULE_AUTHOR("Patrick Havelange <[email protected]>");

0 commit comments

Comments
 (0)