mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] Some small clean-ups in genwqe
@ 2017-12-14 14:34 Guilherme G. Piccoli
  2017-12-14 14:34 ` [PATCH 1/3] genwqe: Remove unused variable and rename function Guilherme G. Piccoli
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Guilherme G. Piccoli @ 2017-12-14 14:34 UTC (permalink / raw)
  To: haver, linux-kernel; +Cc: arnd, gregkh, gpiccoli

This patchset is composed by 3 small clean-ups to genwqe
driver. It aims to improve code clarity, by removing unused
stuff and make the code follow some conventions.

It was built and tested against v4.15-rc3, and aims merge
in v4.16 if possible.

Thanks in advance!

Guilherme G. Piccoli (3):
  genwqe: Remove unused variable and rename function
  genwqe: Make defines uppercase
  genwqe: Remove unused parameter in some functions

 drivers/misc/genwqe/card_base.c    | 16 ++++++++--------
 drivers/misc/genwqe/card_base.h    | 20 +++++++++-----------
 drivers/misc/genwqe/card_ddcb.c    | 22 +++++++++++-----------
 drivers/misc/genwqe/card_debugfs.c |  2 +-
 drivers/misc/genwqe/card_dev.c     | 19 ++++++++-----------
 drivers/misc/genwqe/card_utils.c   | 25 +++++++++----------------
 6 files changed, 46 insertions(+), 58 deletions(-)

-- 
2.15.0

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

end of thread, other threads:[~2018-01-08 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 14:34 [PATCH 0/3] Some small clean-ups in genwqe Guilherme G. Piccoli
2017-12-14 14:34 ` [PATCH 1/3] genwqe: Remove unused variable and rename function Guilherme G. Piccoli
2017-12-14 14:34 ` [PATCH 2/3] genwqe: Make defines uppercase Guilherme G. Piccoli
2017-12-14 14:34 ` [PATCH 3/3] genwqe: Remove unused parameter in some functions Guilherme G. Piccoli
2018-01-08 12:57 ` [PATCH 0/3] Some small clean-ups in genwqe haver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome