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


Groups > linux.kernel > #1294982

Re: [PATCH v2 09/11] tty: serial: 8250: Fix multi-line strings

From Peter Hurley <peter@hurleysoftware.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 09/11] tty: serial: 8250: Fix multi-line strings
Date 2015-12-18 16:50 +0100
Message-ID <qH5s5-7vm-1@gated-at.bofh.it> (permalink)
References <qH1ot-4X1-7@gated-at.bofh.it> <qH1ov-4X1-51@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 12/18/2015 03:22 AM, Anton Wuerfel wrote:
> Merged user-visible multi-line strings into a single line according to the
> Linux Kernel Coding Style, which allows user-visible strings to exceed the
> maximum line length of 80 characters. The main reason for this is to
> facilitate grepping for these strings.
> However, some strings were ignored in this patch, because the use of
> format specifiers breaks the ability to grep anyway.

Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
--
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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 00/11] tty: serial: 8250: Fix checkpatch warnings Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
  [PATCH v2 11/11] tty: serial: 8250: Fix indentation warnings Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
  [PATCH v2 04/11] tty: serial: 8250: Fix multiline comment style Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
  [PATCH v2 07/11] tty: serial: 8250: Fix line continuation warning Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
  [PATCH v2 06/11] tty: serial: 8250: Move EXPORT_SYMBOL to function Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
  [PATCH v2 09/11] tty: serial: 8250: Fix multi-line strings Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
    Re: [PATCH v2 09/11] tty: serial: 8250: Fix multi-line strings Peter Hurley <peter@hurleysoftware.com> - 2015-12-18 16:50 +0100
  [PATCH v2 03/11] tty: serial: 8250: Fix braces after struct Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
    Re: [PATCH v2 03/11] tty: serial: 8250: Fix braces after struct Peter Hurley <peter@hurleysoftware.com> - 2015-12-18 16:20 +0100
  [PATCH v2 05/11] tty: serial: 8250: Remove else after return Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
    Re: [PATCH v2 05/11] tty: serial: 8250: Remove else after return Peter Hurley <peter@hurleysoftware.com> - 2015-12-18 16:40 +0100
  [PATCH v2 01/11] tty: serial: 8250: Fix whitespace errors Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
  [PATCH v2 02/11] tty: serial: 8250: Replace spaces with tabs Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
    Re: [PATCH v2 02/11] tty: serial: 8250: Replace spaces with tabs Peter Hurley <peter@hurleysoftware.com> - 2015-12-18 16:20 +0100
  [PATCH v2 10/11] tty: serial: 8250: Replace printk by pr_* Anton Wuerfel <anton.wuerfel@fau.de> - 2015-12-18 12:30 +0100
    Re: [PATCH v2 10/11] tty: serial: 8250: Replace printk by pr_* Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-12-18 13:40 +0100
      Re: [PATCH v2 10/11] tty: serial: 8250: Replace printk by pr_* "Shevchenko, Andriy" <andriy.shevchenko@intel.com> - 2015-12-18 13:50 +0100
      Re: [PATCH v2 10/11] tty: serial: 8250: Replace printk by pr_* Peter Hurley <peter@hurleysoftware.com> - 2015-12-18 16:20 +0100
  Re: [PATCH v2 00/11] tty: serial: 8250: Fix checkpatch warnings Peter Hurley <peter@hurleysoftware.com> - 2015-12-18 16:20 +0100

csiph-web