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.

Reply via email to