All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] beeceem: Checkpatch cleanups in InterfaceRx.c
@ 2014-01-08 22:15 Matthias Oefelein
  2014-01-08 22:15 ` [PATCH 1/6] beeceem: Fix missing spaces around operators and unwanted spaces around semicolons " Matthias Oefelein
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Matthias Oefelein @ 2014-01-08 22:15 UTC (permalink / raw)
  To: ma.oefelein; +Cc: linux-kernel, linux-kernel, gregkh, lisa, devel, linux-kernel

This patch series eliminates several issues in InterfaceRx.c of the beeceem driver that have been reported by checkpatch.
The following issues are taken care of:
        - Missing spaces around operators
        - Prohibited spaces before semicolons
        - Missing spaces between function arguments
        - Tab/intendation mishaps
        - Missing spaces at opening parentheses
        - Unwanted newlines before opening braces of conditional statements
        - C99 comments

Lines with lengths over 80 characters still remain.

No functional changes have been made.

-- 
1.8.1.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-08 23:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 22:15 [PATCH 0/6] beeceem: Checkpatch cleanups in InterfaceRx.c Matthias Oefelein
2014-01-08 22:15 ` [PATCH 1/6] beeceem: Fix missing spaces around operators and unwanted spaces around semicolons " Matthias Oefelein
2014-01-08 22:15 ` [PATCH 2/6] beeceem: Fix missing spaces between function arguments " Matthias Oefelein
2014-01-08 22:15 ` [PATCH 3/6] beeceem: Fix broken indentations " Matthias Oefelein
2014-01-08 22:15 ` [PATCH 4/6] beeceem: Fix whitespace issues at opening parentheses " Matthias Oefelein
2014-01-08 22:15 ` [PATCH 5/6] beeceem: Fix newline issues at opening braces of conditional statements " Matthias Oefelein
2014-01-08 23:58   ` Greg KH
2014-01-08 22:15 ` [PATCH 6/6] beeceem: Replace C99 comments with C89 ones and remove unneeded comments " Matthias Oefelein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.