Details
-
Task
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
-
10564
Description
Coding style tune to follow kernel style (EXPORT_SYMBOL etc.)
For example, EXORT_SYMBOLs should be moved to immediately follow the function body, to follow normal Linux coding style. And EXPORT_SYMTAB is obsolete after 2.4 kernel.
Some trivial changes to tune these coding styles to remove some minor obstacle to merge in upstread kernel.