All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10 linux-next] cdrom: sysctl export + clean-up
@ 2014-11-10 20:21 Fabian Frederick
  2014-11-10 20:21 ` [PATCH v2 01/10 linux-next] cdrom: include linux/uaccess.h instead of asm/uaccess.h Fabian Frederick
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Fabian Frederick @ 2014-11-10 20:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: Joe Perches, Jens Axboe, Fabian Frederick

This patchset moves sysctl functions to a new file cdrom_sysctl.c
and tries to solve small code / coding style issues.

V2:
        -Use cdrom_ prefix for global variables
                (suggested by Joe Perches)
        -Add 2 patches

Fabian Frederick (10):
  cdrom: include linux/uaccess.h instead of asm/uaccess.h
  cdrom: use static const char * const where possible
  cdrom: fix spaces required errors
  cdrom: move EXPORT_SYMBOL after functions
  cdrom: remove bool comparison/assignment to 0/1
  cdrom: use bool for true/false initialized variable
  cdrom: export sysctl code
  cdrom: fix init_cdrom_command in dvd_do_auth
  cdrom: remove unnecessary status
  cdrom: uniformize lba command initialization

 drivers/cdrom/Makefile       |   1 +
 drivers/cdrom/cdrom.c        | 471 +++++++------------------------------------
 drivers/cdrom/cdrom_sysctl.c | 297 +++++++++++++++++++++++++++
 include/linux/cdrom.h        |  33 +++
 4 files changed, 401 insertions(+), 401 deletions(-)
 create mode 100644 drivers/cdrom/cdrom_sysctl.c

-- 
1.9.1


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

end of thread, other threads:[~2014-11-10 22:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 20:21 [PATCH v2 00/10 linux-next] cdrom: sysctl export + clean-up Fabian Frederick
2014-11-10 20:21 ` [PATCH v2 01/10 linux-next] cdrom: include linux/uaccess.h instead of asm/uaccess.h Fabian Frederick
2014-11-10 20:21 ` [PATCH v2 02/10 linux-next] cdrom: use static const char * const where possible Fabian Frederick
2014-11-10 20:21 ` [PATCH v2 03/10 linux-next] cdrom: fix spaces required errors Fabian Frederick
2014-11-10 20:21 ` [PATCH v2 04/10 linux-next] cdrom: move EXPORT_SYMBOL after functions Fabian Frederick
2014-11-10 20:21 ` [PATCH v2 05/10 linux-next] cdrom: remove bool comparison/assignment to 0/1 Fabian Frederick
2014-11-10 20:21 ` [PATCH v2 06/10 linux-next] cdrom: use bool for true/false initialized variable Fabian Frederick
2014-11-10 20:21 ` [PATCH v2 07/10 linux-next] cdrom: export sysctl code Fabian Frederick
2014-11-10 20:21 ` [PATCH v2 08/10 linux-next] cdrom: fix init_cdrom_command in dvd_do_auth Fabian Frederick
2014-11-10 20:21 ` [PATCH v2 09/10 linux-next] cdrom: remove unnecessary status Fabian Frederick
2014-11-10 20:24 ` [PATCH v2 10/10 linux-next] cdrom: uniformize lba command initialization Fabian Frederick
2014-11-10 20:54 ` [PATCH v2 00/10 linux-next] cdrom: sysctl export + clean-up Joe Perches
2014-11-10 22:21   ` Jens Axboe
2014-11-10 22:24     ` Joe Perches
2014-11-10 22:20 ` Jens Axboe

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.