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


Groups > linux.kernel > #1711905

Re: [PATCH v3 11/22] staging: ccree: fix line indentation and breaks

From Joe Perches <joe@perches.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3 11/22] staging: ccree: fix line indentation and breaks
Date 2017-08-15 08:50 +0200
Message-ID <ueDPR-6jk-33@gated-at.bofh.it> (permalink)
References <ueDwt-6d6-3@gated-at.bofh.it> <ueDwv-6d6-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, 2017-08-15 at 09:26 +0300, Gilad Ben-Yossef wrote:
> Fix wrong indentation and line breaks, including missing tabs,
> breaking lines longer then 80 char or wrongly broken.
[]
> diff --git a/drivers/staging/ccree/ssi_driver.c b/drivers/staging/ccree/ssi_driver.c
[]
> -			SSI_LOG_ERR("snprintf returned %d . aborting buffer array dump\n", ret);
> +			SSI_LOG_ERR
> +			    ("snprintf returned %d . aborting buffer array dump\n",
> +			     ret);

This change is quite unpleasant to read.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 11/22] staging: ccree: fix line indentation and breaks Gilad Ben-Yossef <gilad@benyossef.com> - 2017-08-15 08:30 +0200
  Re: [PATCH v3 11/22] staging: ccree: fix line indentation and breaks Joe Perches <joe@perches.com> - 2017-08-15 08:50 +0200
  Re: [PATCH v3 11/22] staging: ccree: fix line indentation and breaks Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-08-17 00:10 +0200

csiph-web