Skip to content

Commit

Permalink
mtd: Fix C++ comment in include/linux/mtd/mtd.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pavelmachek authored and richardweinberger committed Nov 6, 2017
1 parent d490668 commit 971e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mtd/mtd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 971e4ae

Please sign in to comment.