瀏覽代碼

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>
Szymon Janc 14 年之前
父節點
當前提交
e0e185efba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/bluetooth/cmtp/cmtp.h

+ 1 - 1
net/bluetooth/cmtp/cmtp.h

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