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

Joe Perches joe at perches.com
Tue Aug 15 06:44:21 UTC 2017


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.



More information about the devel mailing list