aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Machek <[email protected]>2017-09-23 22:13:14 +0200
committerRichard Weinberger <[email protected]>2017-11-06 23:26:02 +0100
commit971e4aeeaa126b207d1e85eec6dc6e29bead316e (patch)
treeda88e4fe5600b1a5d9df7848b699fc57cef31502
parentd4906688d49150eb77ddc9baafc3ea14bc158f03 (diff)
mtd: Fix C++ comment in include/linux/mtd/mtd.h
C++ comments look wrong in kernel tree. Fix one. Signed-off-by: Pavel Machek <[email protected]> Acked-by: Boris Brezillon <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
-rw-r--r--include/linux/mtd/mtd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h
index 6cd0f6b7658b..849543f1f233 100644
--- a/include/linux/mtd/mtd.h
+++ b/include/linux/mtd/mtd.h
@@ -267,7 +267,7 @@ struct mtd_info {
*/
unsigned int bitflip_threshold;
- // Kernel-only stuff starts here.
+ /* Kernel-only stuff starts here. */
const char *name;
int index;