linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: ccree: coding style clean ups
@ 2017-07-27 10:43 Gilad Ben-Yossef
  2017-07-27 10:43 ` [PATCH 1/4] staging: ccree: fix parenthesis alignment Gilad Ben-Yossef
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gilad Ben-Yossef @ 2017-07-27 10:43 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-crypto, driverdev-devel, devel,
	linux-kernel
  Cc: Ofir Drang

Misc. coding style fixes for ccree driver.

These are the missing patches that failed to apply two weeks ago,
rebased onto latest staging-next.

By the way, I still do not understand why they failed to apply,
as they applied just fine being cherry picked on top of latest
staging-next apart for fixes for later changes. I hope these will
be good.

Gilad Ben-Yossef (4):
  staging: ccree: fix parenthesis alignment
  staging: ccree: fix split strings
  staging: ccree: remove func name from log messages
  staging: ccree: kmalloc by sizeof var not type

 drivers/staging/ccree/ssi_aead.c        |  63 ++++++++-------
 drivers/staging/ccree/ssi_buffer_mgr.c  | 116 ++++++++++++---------------
 drivers/staging/ccree/ssi_cipher.c      |  47 +++++------
 drivers/staging/ccree/ssi_driver.c      |   8 +-
 drivers/staging/ccree/ssi_hash.c        | 137 ++++++++++++++++----------------
 drivers/staging/ccree/ssi_ivgen.c       |  12 +--
 drivers/staging/ccree/ssi_pm.c          |   4 +-
 drivers/staging/ccree/ssi_request_mgr.c |  19 +++--
 8 files changed, 197 insertions(+), 209 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-07-28  4:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27 10:43 [PATCH 0/4] staging: ccree: coding style clean ups Gilad Ben-Yossef
2017-07-27 10:43 ` [PATCH 1/4] staging: ccree: fix parenthesis alignment Gilad Ben-Yossef
2017-07-27 10:43 ` [PATCH 2/4] staging: ccree: fix split strings Gilad Ben-Yossef
2017-07-27 10:43 ` [PATCH 3/4] staging: ccree: remove func name from log messages Gilad Ben-Yossef
2017-07-27 10:43 ` [PATCH 4/4] staging: ccree: kmalloc by sizeof var not type Gilad Ben-Yossef
2017-07-28  4:55 ` [PATCH 0/4] staging: ccree: coding style clean ups Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).