diff options
author | Pavel Machek | 2017-09-23 22:13:14 +0200 |
---|---|---|
committer | Richard Weinberger | 2017-11-06 23:26:02 +0100 |
commit | 971e4aeeaa126b207d1e85eec6dc6e29bead316e (patch) | |
tree | da88e4fe5600b1a5d9df7848b699fc57cef31502 | |
parent | d4906688d49150eb77ddc9baafc3ea14bc158f03 (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 <pavel@ucw.cz>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | include/linux/mtd/mtd.h | 2 |
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; |