drivers/net: remove useless semicolons
switch and while statements don't need semicolons at end of statement [ Fixup minor conflicts with recent wimax merge... -DaveM ] Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
5113fec098
commit
ee289b6440
@@ -349,7 +349,7 @@ static int ap_control_proc_read(char *page, char **start, off_t off,
|
||||
default:
|
||||
policy_txt = "unknown";
|
||||
break;
|
||||
};
|
||||
}
|
||||
p += sprintf(p, "MAC policy: %s\n", policy_txt);
|
||||
p += sprintf(p, "MAC entries: %u\n", ap->mac_restrictions.entries);
|
||||
p += sprintf(p, "MAC list:\n");
|
||||
|
@@ -744,7 +744,7 @@ static int prism2_download(local_info_t *local,
|
||||
local->dev->name, param->dl_cmd);
|
||||
ret = -EINVAL;
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
out:
|
||||
if (ret == 0 && dl &&
|
||||
|
Reference in New Issue
Block a user