Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1697888 > unrolled thread

[PATCH 0/4] staging: ccree: coding style clean ups

Started byGilad Ben-Yossef <gilad@benyossef.com>
First post2017-07-27 12:50 +0200
Last post2017-07-28 07:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] staging: ccree: coding style clean ups Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-27 12:50 +0200
    Re: [PATCH 0/4] staging: ccree: coding style clean ups Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-07-28 07:00 +0200

#1697888 — [PATCH 0/4] staging: ccree: coding style clean ups

FromGilad Ben-Yossef <gilad@benyossef.com>
Date2017-07-27 12:50 +0200
Subject[PATCH 0/4] staging: ccree: coding style clean ups
Message-ID<u7OwF-501-5@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1698470

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-07-28 07:00 +0200
Message-ID<u85xv-7vg-3@gated-at.bofh.it>
In reply to#1697888
On Thu, Jul 27, 2017 at 01:43:14PM +0300, Gilad Ben-Yossef wrote:
> 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.

Only one applied here :(

I did just take some more coding style fixes from someone else who sent
them before you did as they looked correct, maybe that's why?  Can you
rebase and resend?

thanks,

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web