dect
/
linux-2.6
Archived
13
0
Fork 0

Bluetooth: Fix checkpatch error in cmtp.h

Do not use C99 // comments.

Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
Szymon Janc 2011-03-21 14:20:05 +01:00 committed by Gustavo F. Padovan
parent ffd13320aa
commit e0e185efba
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#define CMTP_LOOPBACK 0
struct cmtp_connadd_req {
int sock; // Connected socket
int sock; /* Connected socket */
__u32 flags;
};