Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1675356
| From | Gilad Ben-Yossef <gilad@benyossef.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/14] staging: ccree: coding style fixes |
| Date | 2017-06-27 09:30 +0200 |
| Message-ID | <tWT6G-5BT-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix a bunch of coding style across the whole ccree driver Gilad Ben-Yossef (14): staging: ccree: fix missing or redundant spaces staging: ccree: drop comparsion to true/false staging: ccree: fix else placement staging: ccree: remove redundant blank lines staging: ccree: no need for braces for single statements staging: ccree: fix unmatched if/else braces staging: ccree: remove comparisons to NULL staging: ccree: fix pointer location staging: ccree: remove custom type tdes_keys_t staging: ccree: remove custom type ssi_fips_error_t staging: ccree: remove custom type ssi_fips_state_t staging: ccree: remove unused type CCFipsSyncStatus_t staging: ccree: remove/add (un)needed blank lines staging: ccree: fix block comment style drivers/staging/ccree/Kconfig | 2 +- drivers/staging/ccree/cc_hw_queue_defs.h | 8 +- drivers/staging/ccree/ssi_aead.c | 142 ++++++--------- drivers/staging/ccree/ssi_aead.h | 20 +- drivers/staging/ccree/ssi_buffer_mgr.c | 301 +++++++++++++++---------------- drivers/staging/ccree/ssi_buffer_mgr.h | 1 - drivers/staging/ccree/ssi_cipher.c | 124 +++++-------- drivers/staging/ccree/ssi_cipher.h | 6 - drivers/staging/ccree/ssi_driver.c | 50 +++-- drivers/staging/ccree/ssi_driver.h | 4 +- drivers/staging/ccree/ssi_fips.c | 16 +- drivers/staging/ccree/ssi_fips.h | 15 +- drivers/staging/ccree/ssi_fips_data.h | 20 +- drivers/staging/ccree/ssi_fips_ext.c | 20 +- drivers/staging/ccree/ssi_fips_ll.c | 101 +++++------ drivers/staging/ccree/ssi_fips_local.c | 107 +++++------ drivers/staging/ccree/ssi_fips_local.h | 20 +- drivers/staging/ccree/ssi_hash.c | 101 +++++------ drivers/staging/ccree/ssi_hash.h | 6 +- drivers/staging/ccree/ssi_ivgen.c | 9 +- drivers/staging/ccree/ssi_ivgen.h | 1 - drivers/staging/ccree/ssi_pm.c | 25 +-- drivers/staging/ccree/ssi_pm.h | 5 +- drivers/staging/ccree/ssi_request_mgr.c | 102 +++++------ drivers/staging/ccree/ssi_request_mgr.h | 6 +- drivers/staging/ccree/ssi_sram_mgr.c | 4 +- drivers/staging/ccree/ssi_sram_mgr.h | 1 - drivers/staging/ccree/ssi_sysfs.c | 66 ++++--- drivers/staging/ccree/ssi_sysfs.h | 1 + 29 files changed, 550 insertions(+), 734 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/14] staging: ccree: coding style fixes Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:30 +0200
[PATCH 14/14] staging: ccree: fix block comment style Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:30 +0200
Re: [PATCH 14/14] staging: ccree: fix block comment style Frans Klaver <fransklaver@gmail.com> - 2017-06-29 16:40 +0200
[PATCH 12/14] staging: ccree: remove unused type CCFipsSyncStatus_t Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:30 +0200
[PATCH 09/14] staging: ccree: remove custom type tdes_keys_t Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:30 +0200
[PATCH 07/14] staging: ccree: remove comparisons to NULL Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:30 +0200
[PATCH 10/14] staging: ccree: remove custom type ssi_fips_error_t Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:40 +0200
[PATCH 04/14] staging: ccree: remove redundant blank lines Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:40 +0200
[PATCH 11/14] staging: ccree: remove custom type ssi_fips_state_t Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:40 +0200
[PATCH 06/14] staging: ccree: fix unmatched if/else braces Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:40 +0200
[PATCH 05/14] staging: ccree: no need for braces for single statements Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:40 +0200
[PATCH 03/14] staging: ccree: fix else placement Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-27 09:40 +0200
csiph-web