chelsio: move return, break and continue statements on their own line
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
This commit is contained in:
committed by
Jeff Garzik
parent
ea8862dc86
commit
c697f83e8c
@@ -686,7 +686,8 @@ static struct cmac *vsc7326_mac_create(adapter_t *adapter, int index)
|
||||
int i;
|
||||
|
||||
mac = kzalloc(sizeof(*mac) + sizeof(cmac_instance), GFP_KERNEL);
|
||||
if (!mac) return NULL;
|
||||
if (!mac)
|
||||
return NULL;
|
||||
|
||||
mac->ops = &vsc7326_ops;
|
||||
mac->instance = (cmac_instance *)(mac + 1);
|
||||
|
||||
Reference in New Issue
Block a user