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


Groups > linux.kernel > #1208264

[PATCH 0/5] staging: fbtft: some checpatch.pl cleanups

From Mike Rapoport <mike.rapoport@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] staging: fbtft: some checpatch.pl cleanups
Date 2015-08-16 22:40 +0200
Message-ID <pYcSJ-2zI-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

These patches slightly refactor the code to reduce amount of checkpath.pl warnings

Mike Rapoport (5):
  staging: fbtft: remove unused bl_ops from fbtft_unregister_backlight
  staging: fbtft: fbtft-core: define backlight_ops statically
  staging: fbtft: fbtft_request_gpios: reduce nesting
  staging: fbtft: fb_ssd1351: define backlight_ops statically
  staging: fbtft: fb_watterott: define backlight_ops statically

 drivers/staging/fbtft/fb_ssd1351.c   | 13 +++----
 drivers/staging/fbtft/fb_watterott.c | 17 +++------
 drivers/staging/fbtft/fbtft-core.c   | 69 +++++++++++++++++-------------------
 3 files changed, 42 insertions(+), 57 deletions(-)

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH 0/5] staging: fbtft: some checpatch.pl cleanups  Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-16 22:40 +0200
  [PATCH 5/5] staging: fbtft: fb_watterott: define backlight_ops statically Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-16 22:40 +0200
  [PATCH 1/5] staging: fbtft: remove unused bl_ops from fbtft_unregister_backlight Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-16 22:40 +0200
  [PATCH 4/5] staging: fbtft: fb_ssd1351: define backlight_ops statically Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-16 22:40 +0200
  [PATCH 2/5] staging: fbtft: fbtft-core: define backlight_ops statically Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-16 22:40 +0200

csiph-web