public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: pi433: rf69.c style errors fixes - braces
@ 2017-08-10 15:43 Marcin Ciupak
  2017-08-10 15:43 ` [PATCH 1/3] staging: pi433: rf69.c style fix - that open brace Marcin Ciupak
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marcin Ciupak @ 2017-08-10 15:43 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Marcus Wolf, devel, linux-kernel

This set of patches is intended to fix coding style errors with braces in
rf69.c file in order to comply with kernel coding style guide as requested
by TODO file.

The following errors were fixed:
ERROR: that open brace { should be on the previous line
ERROR: else should follow close brace '}'
ERROR: space required before the open brace '{'

Marcin Ciupak (3):
  staging: pi433: rf69.c style fix - that open brace
  staging: pi433: rf69.c style fix - else close brace
  staging: pi433: rf69.c style fix - spaces open brace

 drivers/staging/pi433/rf69.c | 36 ++++++++++++------------------------
 1 file changed, 12 insertions(+), 24 deletions(-)

-- 
2.13.0

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

end of thread, other threads:[~2017-08-10 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-10 15:43 [PATCH 0/3] staging: pi433: rf69.c style errors fixes - braces Marcin Ciupak
2017-08-10 15:43 ` [PATCH 1/3] staging: pi433: rf69.c style fix - that open brace Marcin Ciupak
2017-08-10 15:43 ` [PATCH 2/3] staging: pi433: rf69.c style fix - else close brace Marcin Ciupak
2017-08-10 15:44 ` [PATCH 3/3] staging: pi433: rf69.c style fix - spaces open brace Marcin Ciupak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox