[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1460506807.24619.0.camel@perches.com>
Date: Tue, 12 Apr 2016 17:20:07 -0700
From: Joe Perches <joe@...ches.com>
To: Panos Vlachos <panosvlchs@...il.com>, oleg.drokin@...el.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: Fixed coding style warning
On Wed, 2016-04-13 at 03:10 +0300, Panos Vlachos wrote:
> Fixed coding style warning
[]
> diff --git a/drivers/staging/lustre/lnet/lnet/nidstrings.c b/drivers/staging/lustre/lnet/lnet/nidstrings.c
[]
> @@ -197,7 +197,7 @@ add_nidrange(const struct cfs_lstr *src,
> struct netstrfns *nf;
> struct nidrange *nr;
> int endlen;
> - unsigned netnum;
> + int netnum;
Why change the type from unsigned to signed?
Powered by blists - more mailing lists