aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/l2cap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index c70e2cf107ff..a756c2406306 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -519,7 +519,7 @@ struct l2cap_ops {
519 void (*close) (void *data); 519 void (*close) (void *data);
520 void (*state_change) (void *data, int state); 520 void (*state_change) (void *data, int state);
521 struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan, 521 struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan,
522 unsigned long len, int nb, int *err); 522 unsigned long len, int nb);
523 523
524}; 524};
525 525