-
Jason Gunthorpe authored
The true option causes this indenting for functions: static struct something_very_very_long * function(void *arg) { While a quick survey suggests that the usual Linux fallback is the GNU style: static struct something_very_very_long * function(void *arg) { Eg as seen in: kernel/cpu.c kernel/fork.c etc Acked-by:
Joe Perches <[email protected]> Signed-off-by:
Jason Gunthorpe <[email protected]> Signed-off-by:
Miguel Ojeda <[email protected]>
7bee9bd2