All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: ccree: Fix coding style and remove warnings
@ 2017-06-28  9:37 ` karthik
  0 siblings, 0 replies; 17+ messages in thread
From: karthik @ 2017-06-28  9:37 UTC (permalink / raw)
  To: gilad, gregkh
  Cc: linux-crypto, driverdev-devel, devel, linux-kernel, sunil.m,
	Karthik Tummala

From: Karthik Tummala <karthik@techveda.org>

This patch series fixes coding style and removes the following
checkpatch.pl warnings:

Prefer using '"%s...", __func__' to using the function's name,
in a string.

Braces {} are not necessary for single statement blocks.

Rebased on top of next-20170627.
Patches were tested and built on next-20170627

Karthik Tummala (2):
  staging: ccree: Use __func__ instead of function name
  staging: ccree: Remove braces {} for single statement blocks

 drivers/staging/ccree/ssi_aead.c | 48 ++++++++++++++++------------------------
 1 file changed, 19 insertions(+), 29 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-07-11 13:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28  9:37 [PATCH 0/2] staging: ccree: Fix coding style and remove warnings karthik
2017-06-28  9:37 ` karthik
2017-06-28  9:37 ` [PATCH 1/2] staging: ccree: Use __func__ instead of function name karthik
2017-06-28  9:37   ` karthik
2017-06-28  9:37 ` [PATCH 2/2] staging: ccree: Remove braces {} for single statement blocks karthik
2017-06-28  9:37   ` karthik
2017-06-28  9:45 ` [PATCH 0/2] staging: ccree: Fix coding style and remove warnings Gilad Ben-Yossef
2017-06-28  9:45   ` Gilad Ben-Yossef
2017-06-29 10:43   ` karthik
2017-06-29 10:43     ` karthik
2017-06-29 14:18     ` Greg Kroah-Hartman
2017-06-29 14:18       ` Greg Kroah-Hartman
2017-06-29 14:18       ` Greg Kroah-Hartman
2017-06-29 17:08       ` [PATCH v2] staging: ccree: Use __func__ instead of function name karthik
2017-06-29 17:08         ` karthik
2017-07-11 13:40         ` Gilad Ben-Yossef
2017-07-11 13:40           ` Gilad Ben-Yossef

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.