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


Groups > linux.kernel > #1686376

[PATCH 00/12] staging: ccree: coding style fixes

From Gilad Ben-Yossef <gilad@benyossef.com>
Newsgroups linux.kernel
Subject [PATCH 00/12] staging: ccree: coding style fixes
Date 2017-07-13 10:30 +0200
Message-ID <u2HFv-3bI-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Another batch of ccree coding style fixes.

These goes on top of commit a8c4ae12 ("staging: ccree: Fix alignment issues in ssi_sysfs.c")
in staging-testing.

Gilad Ben-Yossef (12):
  staging: ccree remove unnecessary parentheses
  staging: ccree: clean up struct ssi_aead_ctx
  staging: ccree: use proper printk format for dma_addr_t
  staging: ccree: fix parenthesis alignment
  staging: ccree: fix split strings
  staging: ccree: CamelCase to snake_case in func vars
  staging: ccree: CamelCase to snake_case in aead struct
  staging: ccree: avoid constant comparison
  staging: ccree: avoid unnecessary line continuation
  staging: ccree: remove func name from log messages
  staging: ccree: kmalloc by sizeof var not type
  staging: ccree: remove whitespace before a quoted newline

 drivers/staging/ccree/ssi_aead.c        | 242 +++++++++++++++++--------------
 drivers/staging/ccree/ssi_aead.h        |  12 +-
 drivers/staging/ccree/ssi_buffer_mgr.c  | 247 +++++++++++++++-----------------
 drivers/staging/ccree/ssi_cipher.c      |  65 ++++-----
 drivers/staging/ccree/ssi_driver.c      |  16 +--
 drivers/staging/ccree/ssi_hash.c        | 209 ++++++++++++++-------------
 drivers/staging/ccree/ssi_ivgen.c       |  17 +--
 drivers/staging/ccree/ssi_pm.c          |   4 +-
 drivers/staging/ccree/ssi_request_mgr.c |  29 ++--
 drivers/staging/ccree/ssi_sysfs.c       |  18 +--
 10 files changed, 435 insertions(+), 424 deletions(-)

-- 
2.1.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 00/12] staging: ccree: coding style fixes Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-13 10:30 +0200
  [PATCH 01/12] staging: ccree remove unnecessary parentheses Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-13 10:30 +0200
  [PATCH 04/12] staging: ccree: fix parenthesis alignment Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-13 10:30 +0200
  [PATCH 03/12] staging: ccree: use proper printk format for dma_addr_t Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-13 10:30 +0200
  [PATCH 10/12] staging: ccree: remove func name from log messages Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-13 10:30 +0200
  Re: [PATCH 00/12] staging: ccree: coding style fixes Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-07-14 13:40 +0200
    Re: [PATCH 00/12] staging: ccree: coding style fixes Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-14 17:30 +0200

csiph-web