From: Joe Perches <j...@perches.com>
Date: Tue, 01 Jul 2014 21:58:10 -0700

> The code is currently:
> 
>       __raw_writel(upper_32_bits(addr) & DESC_ADDR_HI_MASK,
>                       d + DESC_ADDR_HI_STATUS_LEN);
> 
> 1st line has 1 leading tab,
> 2nd line has 3 leading tabs
> 
> For networking code style, this should be:
> 
>       __raw_writel(upper_32_bits(addr) & DESC_ADDR_HI_MASK,
>                    d + DESC_ADDR_HI_STATUS_LEN);
> 
> 1st line has 1 leading tab,
> 2nd line has 2 leading tabs followed by 5 leading spaces
> 
> This aligns the 2nd line arguments to the position immediately
> after the open parenthesis.

+1

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to