lkml.org 
[lkml]   [2014]   [Oct]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/8] cdrom: sysctl export + clean-up
Date
This patchset moves sysctl functions to a new file cdrom_sysctl.c
and tries to solve small code / coding style issues.

Fabian Frederick (8):
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: cdrom: export sysctl code
cdrom: fix init_cdrom_command in dvd_do_auth

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

--
1.9.3



\
 
 \ /
  Last update: 2014-10-31 23:21    [W:0.335 / U:0.212 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site