From: Davidlohr Bueso Date: Tue, 13 Jul 2010 09:53:44 +0000 (-0400) Subject: reiserfs: typo comment fix X-Git-Tag: v2.6.36-rc1~566^2~19 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=7a2e3659b6ffbee4e742cd6f6a60359ad9148720;p=net-next-2.6.git reiserfs: typo comment fix Fix trivial typo in code comment (change adn for and), also change comment style for proper coding style. Signed-off-by: Davidlohr Bueso Signed-off-by: Jiri Kosina --- diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index 3b603f47418..ba394163dea 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h @@ -360,7 +360,7 @@ int is_reiserfs_jr(struct reiserfs_super_block *rs); /* the spot for the super in versions 3.5 - 3.5.10 (inclusive) */ #define REISERFS_OLD_DISK_OFFSET_IN_BYTES (8 * 1024) -// reiserfs internal error code (used by search_by_key adn fix_nodes)) +/* reiserfs internal error code (used by search_by_key and fix_nodes)) */ #define CARRY_ON 0 #define REPEAT_SEARCH -1 #define IO_ERROR -2