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


Groups > linux.kernel > #1212737

[PATCH 0/6] fix drivers/staging/android several coding issues

From Peng Sun <sironhide0null@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/6] fix drivers/staging/android several coding issues
Date 2015-08-25 09:00 +0200
Message-ID <q1gn8-7jI-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


patches based on linux-next next-20150824
Corrections based on checkpatch.pl with --strict

Peng Sun (6):
  fix android/ashmem.c several coding style issues
  fix android/lowmemorykiller.c several coding style issues
  fix android/sw_sync.c several coding style issues
  fix android/sync.c several coding style issues
  fix android/sync.h several coding style issues
  fix android/timed_gpio.c several coding style issues

 drivers/staging/android/ashmem.c          | 15 ++++++++-------
 drivers/staging/android/lowmemorykiller.c |  8 +++++---
 drivers/staging/android/sw_sync.c         |  6 +++---
 drivers/staging/android/sync.c            | 22 +++++++++++-----------
 drivers/staging/android/sync.h            |  5 ++---
 drivers/staging/android/timed_gpio.c      | 15 ++++++++-------
 6 files changed, 37 insertions(+), 34 deletions(-)

--
1.9.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 | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] fix drivers/staging/android several coding issues Peng Sun <sironhide0null@gmail.com> - 2015-08-25 09:00 +0200
  [PATCH 4/6] fix android/sync.c several coding style issues Peng Sun <sironhide0null@gmail.com> - 2015-08-25 09:00 +0200
  [PATCH 1/6] fix android/ashmem.c several coding style issues Peng Sun <sironhide0null@gmail.com> - 2015-08-25 09:00 +0200
    [PATCH 3/6] fix android/sw_sync.c several coding style issues Peng Sun <sironhide0null@gmail.com> - 2015-08-25 09:00 +0200
    [PATCH 2/6] fix android/lowmemorykiller.c several coding style issues Peng Sun <sironhide0null@gmail.com> - 2015-08-25 09:00 +0200
  Re: [PATCH 0/6] fix drivers/staging/android several coding issues Joe Perches <joe@perches.com> - 2015-08-25 17:20 +0200

csiph-web