Skip to content

Commit

Permalink
tlan: Code cleanup: checkpatch.pl is relatively happy now.
Browse files Browse the repository at this point in the history
- Remove CamelCase.
- Convert hexadecimals to lower case.
- Remove useless comments. Tlan driver contained a name of the function at
  the end of it in a comment. Remove those comments.
- Remove local typedefs. Use real types instead of typedefs in code.
- Resolve space issues and reindent.
- One warning remain, it's a case where printing a single line involves a
  number of printk()s.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sakari Ailus authored and David S. Miller committed Jan 24, 2011
1 parent c445477 commit c659c38
Show file tree
Hide file tree
Showing 2 changed files with 1,967 additions and 1,928 deletions.
Loading

0 comments on commit c659c38

Please sign in to comment.