lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 9 Nov 2014 02:22:15 +0100 From: Konrad Zapalowicz <bergo.torino@...il.com> To: cascardo@...ux.vnet.ibm.com Cc: gregkh@...uxfoundation.org, jslaby@...e.cz, linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org, Konrad Zapalowicz <bergo.torino@...il.com> Subject: [PATCH 0/5] serial: jsm: Provide better code quality This series of patches fixes a few minor issues in the jsm driver. The patches do not only address the coding style issues however none of them changes the logic. These patches are against the current tty-next. Konrad Zapalowicz (5): serial: jsm: Remove unnecessary parameter from clear_break() serial: jsm: Remove unnecessary if statement serial: jsm: Fix the alignment of the switch satement serial: jsm: Replace magic value with the proper define serial: jsm: Fix unnecessary space before function ptr arguments drivers/tty/serial/jsm/jsm.h | 30 +++++++++++++++--------------- drivers/tty/serial/jsm/jsm_cls.c | 5 +---- drivers/tty/serial/jsm/jsm_neo.c | 31 ++++++++++++++----------------- drivers/tty/serial/jsm/jsm_tty.c | 2 +- 4 files changed, 31 insertions(+), 37 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists