[stgt] [PATCH RESEND 0/3] style improvement patches for few source files

FUJITA Tomonori fujita.tomonori at lab.ntt.co.jp
Sun Aug 12 08:47:02 CEST 2012


On Sun, 12 Aug 2012 09:01:53 +0300
nezhinsky at gmail.com wrote:

> From: Alexander Nezhinsky <alexandern at mellanox.com>
> 
> This is a series of patches for a few "main" sources files.
> It fixes the style errors and warnings detected by the curent version
> of scripts/checkpatch.pl.
> 
> I strived to fix all errors and warnings with 2 exceptions.
> First, when the format is long and eprintf statment is indented it
> either violates the 80 char line limitation or the format string
> must be split.
> 
> Another ignored warning is about returning errno codes from the program.
> The checker stipulates returning negative values which is the kernel
> convention, while in user space the convention used most often is
> to return -1 from functions and set errno variable to a positive value.
> This problem exists only for tgtadm, as it returns positive errno values,
> either explicitely or by returning the global errno after actual errors -
> throughout its entire source file.
> tgtd returns 1 on any error.
> 
> Thus i used the following command:
> scripts/checkpatch.pl --ignore SPLIT_STRING,USE_NEGATIVE_ERRNO
>    --show-types -f <src_file>
> 
> One warning left unhandled is about const char * array "prog_name"
> in tgtd.c. If done as recommended, it conflicts with log_init() definition.
> This will be addressed in another patch to be sent soon, which would
> treat log_init separately, incl. other aspects.

the style warning is not related with the your previous patch, right?
If so, you don't need to "fix" it.

I applied your "style fix" patches since I applied your previous
patches that have style problems. However, I don't intend to fix the
existing style problems.


> Alexander Nezhinsky (3):
>   style fixes in tgtd.c
>   style fixes for target.c
>   style fixes for tgtadm.c
> 
>  usr/target.c |  199 ++++++++++++++++++++++++++++++++----------------------
>  usr/tgtadm.c |  214 ++++++++++++++++++++++++++++++++--------------------------
>  usr/tgtd.c   |   51 +++++++-------
>  3 files changed, 265 insertions(+), 199 deletions(-)

Applied, thanks!
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the stgt mailing list