mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-25 06:53:40 +00:00
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:
parent
ffd13320aa
commit
e0e185efba
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user