net: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
18062ca947
commit
b138338056
@@ -474,7 +474,7 @@ static int ircomm_param_dce(void *instance, irda_param_t *param, int get)
|
||||
/* Check if any of the settings have changed */
|
||||
if (dce & 0x0f) {
|
||||
if (dce & IRCOMM_DELTA_CTS) {
|
||||
IRDA_DEBUG(2, "%s(), CTS \n", __func__ );
|
||||
IRDA_DEBUG(2, "%s(), CTS\n", __func__ );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user