All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] staging: ks7010: clean michael_mic header and source files
@ 2018-03-22 19:19 Sergio Paracuellos
  2018-03-22 19:19 ` [PATCH 01/12] staging: ks7010: use lower case names in michael_mic_t struct fields Sergio Paracuellos
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Sergio Paracuellos @ 2018-03-22 19:19 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel, wsa

The following patch series clean michael_mic source and header files. Changes are
as follows:

* avoid camel cases in some structs and function definitions
* replace macros with inline functions
* use u8 type replacing some uint8_t types and avoid some no more
needed casts.

Sergio Paracuellos (12):
  staging: ks7010: use lower case names in michael_mic_t struct fields
  staging: ks7010: avoid camel cases in MichaelMICFunction
  staging: ks7010: avoid camel cases for MichaelInitFunction
  staging: ks7010: avoid camel cases in MichaelAppend function
  staging: ks7010: replace macro MichaelClear with inline function
  staging: ks7010: avoid camel cases in MichaelGetMIC function
  staging: ks7010: replace PutUInt32 macro with an inline function
  staging: ks7010: replace GetUInt32 macro with inline function
  staging: ks7010: replace MichaelBlockFunction macro with inline
    function
  staging: ks7010: replace uint8_t in favour of u8 in michael_init
  staging: ks7010: replace uint8_t in favour of u8 in michael_append
  staging: ks7010: replace uint8_t in favour of u8 in michael_get_mic

 drivers/staging/ks7010/ks_hostif.c   |  28 +++----
 drivers/staging/ks7010/michael_mic.c | 147 +++++++++++++++++------------------
 drivers/staging/ks7010/michael_mic.h |  19 +++--
 3 files changed, 96 insertions(+), 98 deletions(-)

-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2018-03-23 11:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-22 19:19 [PATCH 00/12] staging: ks7010: clean michael_mic header and source files Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 01/12] staging: ks7010: use lower case names in michael_mic_t struct fields Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 02/12] staging: ks7010: avoid camel cases in MichaelMICFunction Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 03/12] staging: ks7010: avoid camel cases for MichaelInitFunction Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 04/12] staging: ks7010: avoid camel cases in MichaelAppend function Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 05/12] staging: ks7010: replace macro MichaelClear with inline function Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 06/12] staging: ks7010: avoid camel cases in MichaelGetMIC function Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 07/12] staging: ks7010: replace PutUInt32 macro with an inline function Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 08/12] staging: ks7010: replace GetUInt32 macro with " Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 09/12] staging: ks7010: replace MichaelBlockFunction " Sergio Paracuellos
2018-03-23  9:49   ` Dan Carpenter
2018-03-23 10:14     ` Sergio Paracuellos
2018-03-23 10:56       ` Dan Carpenter
2018-03-23 11:39         ` Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 10/12] staging: ks7010: replace uint8_t in favour of u8 in michael_init Sergio Paracuellos
2018-03-22 19:19 ` [PATCH 11/12] staging: ks7010: replace uint8_t in favour of u8 in michael_append Sergio Paracuellos
2018-03-23 10:16   ` Dan Carpenter
2018-03-22 19:19 ` [PATCH 12/12] staging: ks7010: replace uint8_t in favour of u8 in michael_get_mic Sergio Paracuellos

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.