diff options
author | Maxime Jayat <maxime@artisandeveloppeur.fr> | 2013-10-11 19:29:46 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 09:31:06 -0400 |
commit | 3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a (patch) | |
tree | ccfb1e1e68c140af1c2440b9b547506617d0d247 /include/net | |
parent | 1a49123b34346154ffd70f0b60dce007f1605676 (diff) |
treewide: Fix common typo in "identify"
Correct common misspelling of "identify" as "indentify" throughout
the kernel
Signed-off-by: Maxime Jayat <maxime@artisandeveloppeur.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 1a966afbbfa8..7170b4b434e1 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -238,7 +238,7 @@ struct l2cap_conn_rsp { | |||
238 | #define L2CAP_PSM_SDP 0x0001 | 238 | #define L2CAP_PSM_SDP 0x0001 |
239 | #define L2CAP_PSM_RFCOMM 0x0003 | 239 | #define L2CAP_PSM_RFCOMM 0x0003 |
240 | 240 | ||
241 | /* channel indentifier */ | 241 | /* channel identifier */ |
242 | #define L2CAP_CID_SIGNALING 0x0001 | 242 | #define L2CAP_CID_SIGNALING 0x0001 |
243 | #define L2CAP_CID_CONN_LESS 0x0002 | 243 | #define L2CAP_CID_CONN_LESS 0x0002 |
244 | #define L2CAP_CID_A2MP 0x0003 | 244 | #define L2CAP_CID_A2MP 0x0003 |