diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 07:57:36 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 21:10:38 (GMT) |
commit | 2381a55c88453d3f29fe62d235579a05fc20b7b3 (patch) | |
tree | b962ee6d3f5260622504433ef6a485703d3da8dd /drivers/net/skfp/pcmplc.c | |
parent | d6dbee861386cd3f4cee62bcf28597e63e251e0c (diff) | |
download | linux-2381a55c88453d3f29fe62d235579a05fc20b7b3.tar.xz |
net/various: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/skfp/pcmplc.c')
-rw-r--r-- | drivers/net/skfp/pcmplc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/skfp/pcmplc.c b/drivers/net/skfp/pcmplc.c index e6b33ee..ba45bc7 100644 --- a/drivers/net/skfp/pcmplc.c +++ b/drivers/net/skfp/pcmplc.c @@ -1277,7 +1277,7 @@ static void pc_rcode_actions(struct s_smc *smc, int bit, struct s_phy *phy) mib = phy->mib ; - DB_PCMN(1,"SIG rec %x %x: \n", bit,phy->r_val[bit] ) ; + DB_PCMN(1,"SIG rec %x %x:\n", bit,phy->r_val[bit] ) ; bit++ ; switch(bit) { @@ -1580,7 +1580,7 @@ static void pc_tcode_actions(struct s_smc *smc, const int bit, struct s_phy *phy mib->fddiPORTMacIndicated.T_val = phy->t_val[9] ; break ; } - DB_PCMN(1,"SIG snd %x %x: \n", bit,phy->t_val[bit] ) ; + DB_PCMN(1,"SIG snd %x %x:\n", bit,phy->t_val[bit] ) ; } /* |