[dpdk-dev] [PATCH 1/2] hexdump: whitespace cleanup

Stephen Hemminger stephen at networkplumber.org
Thu Aug 16 18:59:41 CEST 2018


On Thu, 16 Aug 2018 16:34:12 +0000
"Wiles, Keith" <keith.wiles at intel.com> wrote:

> I looked at the Coding Guide in section 1.7.2 and it states
> 
> 1.7.2. Definitions
> 	- The function type should be on a line by itself preceding the function.
> 	- The opening brace of the function body should be on a line by itself.
> 
> 	static char *
> 	function(int a1, int a2, float fl, int a4)
> 	{


Really, I thought in general DPDK followed Linux kernel style.
Making little exceptions like this is a nuisance.


More information about the dev mailing list