[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141112.145221.1627081153686838525.davem@davemloft.net>
Date: Wed, 12 Nov 2014 14:52:21 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org, peter@...leysoftware.com
Subject: Re: [PATCH net-next] udp: Neaten function pointer calls and add
braces
From: Joe Perches <joe@...ches.com>
Date: Tue, 11 Nov 2014 21:59:20 -0800
> Standardize function pointer uses.
>
> Convert calling style from:
> (*foo)(args...);
> to:
> foo(args...);
>
> Other miscellanea:
>
> o Add braces around loops with single ifs on multiple lines
> o Realign arguments around these functions
> o Invert logic in if to return immediately.
>
> Signed-off-by: Joe Perches <joe@...ches.com>
Applied, thanks Joe.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists