patch-2.4.23 linux-2.4.23/net/irda/ircomm/ircomm_event.c
Next file: linux-2.4.23/net/irda/ircomm/ircomm_lmp.c
Previous file: linux-2.4.23/net/irda/ircomm/ircomm_core.c
Back to the patch index
Back to the overall index
- Lines: 53
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/net/irda/ircomm/ircomm_event.c
- Orig date:
2001-03-02 11:12:12.000000000 -0800
diff -urN linux-2.4.22/net/irda/ircomm/ircomm_event.c linux-2.4.23/net/irda/ircomm/ircomm_event.c
@@ -107,7 +107,7 @@
ircomm_connect_indication(self, skb, info);
break;
default:
- IRDA_DEBUG(4, __FUNCTION__"(), unknown event: %s\n",
+ IRDA_DEBUG(4,"%s(), unknown event: %s\n", __FUNCTION__,
ircomm_event[event]);
if (skb)
dev_kfree_skb(skb);
@@ -139,7 +139,7 @@
ircomm_disconnect_indication(self, skb, info);
break;
default:
- IRDA_DEBUG(0, __FUNCTION__"(), unknown event: %s\n",
+ IRDA_DEBUG(0, "%s(), unknown event: %s\n", __FUNCTION__,
ircomm_event[event]);
if (skb)
dev_kfree_skb(skb);
@@ -174,7 +174,7 @@
ircomm_disconnect_indication(self, skb, info);
break;
default:
- IRDA_DEBUG(0, __FUNCTION__ "(), unknown event = %s\n",
+ IRDA_DEBUG(0, "%s(), unknown event = %s\n", __FUNCTION__,
ircomm_event[event]);
if (skb)
dev_kfree_skb(skb);
@@ -218,7 +218,7 @@
ret = self->issue.disconnect_request(self, skb, info);
break;
default:
- IRDA_DEBUG(0, __FUNCTION__ "(), unknown event = %s\n",
+ IRDA_DEBUG(0, "%s(), unknown event = %s\n", __FUNCTION__,
ircomm_event[event]);
if (skb)
dev_kfree_skb(skb);
@@ -236,7 +236,7 @@
int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event,
struct sk_buff *skb, struct ircomm_info *info)
{
- IRDA_DEBUG(4, __FUNCTION__": state=%s, event=%s\n",
+ IRDA_DEBUG(4, "%s: state=%s, event=%s\n", __FUNCTION__,
ircomm_state[self->state], ircomm_event[event]);
return (*state[self->state])(self, event, skb, info);
@@ -252,6 +252,6 @@
{
self->state = state;
- IRDA_DEBUG(4, __FUNCTION__": next state=%s, service type=%d\n",
+ IRDA_DEBUG(4, "%s: next state=%s, service type=%d\n", __FUNCTION__,
ircomm_state[self->state], self->service_type);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)