diff options
| author | Pavel Machek <pavel@ucw.cz> | 2017-09-23 16:13:14 -0400 |
|---|---|---|
| committer | Richard Weinberger <richard@nod.at> | 2017-11-06 17:26:02 -0500 |
| commit | 971e4aeeaa126b207d1e85eec6dc6e29bead316e (patch) | |
| tree | da88e4fe5600b1a5d9df7848b699fc57cef31502 /include/linux/mtd | |
| 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>
Diffstat (limited to 'include/linux/mtd')
| -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 { | |||
| 267 | */ | 267 | */ |
| 268 | unsigned int bitflip_threshold; | 268 | unsigned int bitflip_threshold; |
| 269 | 269 | ||
| 270 | // Kernel-only stuff starts here. | 270 | /* Kernel-only stuff starts here. */ |
| 271 | const char *name; | 271 | const char *name; |
| 272 | int index; | 272 | int index; |
| 273 | 273 | ||
