diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2011-03-21 14:20:05 +0100 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-31 14:22:56 -0300 |
commit | e0e185efbad442a659657c152a9cd9b3fdcb43f2 (patch) | |
tree | b66252d5d6ae62a9354452679f10918a5fc69714 /net | |
parent | ffd13320aa96e07f3048ebdcc603aaf38bed0c47 (diff) | |
download | op-kernel-dev-e0e185efbad442a659657c152a9cd9b3fdcb43f2.zip op-kernel-dev-e0e185efbad442a659657c152a9cd9b3fdcb43f2.tar.gz |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/cmtp/cmtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/cmtp/cmtp.h b/net/bluetooth/cmtp/cmtp.h index 785e79e..c6f78f8 100644 --- a/net/bluetooth/cmtp/cmtp.h +++ b/net/bluetooth/cmtp/cmtp.h @@ -37,7 +37,7 @@ #define CMTP_LOOPBACK 0 struct cmtp_connadd_req { - int sock; // Connected socket + int sock; /* Connected socket */ __u32 flags; }; |