projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd1332
)
Bluetooth: Fix checkpatch error in cmtp.h
author
Szymon Janc
<szymon.janc@tieto.com>
Mon, 21 Mar 2011 13:20:05 +0000
(14:20 +0100)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Thu, 31 Mar 2011 17:22:56 +0000
(14:22 -0300)
Do not use C99 // comments.
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/cmtp/cmtp.h
patch
|
blob
|
blame
|
history
diff --git
a/net/bluetooth/cmtp/cmtp.h
b/net/bluetooth/cmtp/cmtp.h
index 785e79e953c5852a309739b878bfe7445ad530eb..c6f78f89415cb1aabe86e71a1bc5d54140fb2a5c 100644
(file)
--- 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;
};