-
由 Jason Gunthorpe 提交于
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: NJoe Perches <joe@perches.com> Signed-off-by: NJason Gunthorpe <jgg@mellanox.com> Signed-off-by: NMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
7bee9bd2