reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND reiserfs] trivial typo fix
@ 2010-07-13  9:50 Davidlohr Bueso
  2010-07-13 13:05 ` Edward Shishkin
  0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2010-07-13  9:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: reiserfs-devel, trivial

Fix trivial typo in code comment (change adn for and), also change comment style for proper coding style.

Thanks,
Davidlohr

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 include/linux/reiserfs_fs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h
index 3b603f4..ba39416 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
-- 
1.7.0.4





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND reiserfs] trivial typo fix
  2010-07-13  9:50 [PATCH RESEND reiserfs] trivial typo fix Davidlohr Bueso
@ 2010-07-13 13:05 ` Edward Shishkin
  0 siblings, 0 replies; 2+ messages in thread
From: Edward Shishkin @ 2010-07-13 13:05 UTC (permalink / raw)
  To: dave.bueso; +Cc: linux-kernel, reiserfs-devel, trivial

Davidlohr Bueso wrote:
> Fix trivial typo in code comment (change adn for and), also change comment style for proper coding style.
>
> Thanks,
> Davidlohr
>
> Signed-off-by: Davidlohr Bueso <dave@gnu.org>
>   

Acked-by: Edward Shishkin <edward.shishkin@gmail.com>

> ---
>  include/linux/reiserfs_fs.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h
> index 3b603f4..ba39416 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
>   


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-13 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13  9:50 [PATCH RESEND reiserfs] trivial typo fix Davidlohr Bueso
2010-07-13 13:05 ` Edward Shishkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).