diff options
author | Joe Perches <joe@perches.com> | 2014-02-16 04:01:45 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-17 09:29:23 +0400 |
commit | 90194264ceffdff809e625f54767f6f8c292a28e (patch) | |
tree | 989505caf31b6880409352d06aed0b081e35335a /drivers/net/bonding/bond_procfs.c | |
parent | 91565ebbcc5aea69d4d6cb3832f52da03dbd44b6 (diff) | |
download | linux-90194264ceffdff809e625f54767f6f8c292a28e.tar.xz |
bonding: Neaten pr_<level>
Add missing terminating newlines.
Convert uses of pr_info to pr_cont in bond_check_params.
Standardize upper/lower case styles.
Typo fixes, remove unnecessary parentheses and periods.
Alignment neatening.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_procfs.c')
-rw-r--r-- | drivers/net/bonding/bond_procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_procfs.c b/drivers/net/bonding/bond_procfs.c index f86fcc796757..434df7360999 100644 --- a/drivers/net/bonding/bond_procfs.c +++ b/drivers/net/bonding/bond_procfs.c @@ -281,7 +281,7 @@ void __net_init bond_create_proc_dir(struct bond_net *bn) if (!bn->proc_dir) { bn->proc_dir = proc_mkdir(DRV_NAME, bn->net->proc_net); if (!bn->proc_dir) - pr_warn("Warning: cannot create /proc/net/%s\n", + pr_warn("Warning: Cannot create /proc/net/%s\n", DRV_NAME); } } |