diff mbox

[2/2] Remove a leading '+'.

Message ID 1402695276-28104-2-git-send-email-abuchbinder@google.com (mailing list archive)
State New, archived
Headers show

Commit Message

Adam Buchbinder June 13, 2014, 9:34 p.m. UTC
It was added in commit aab7f3ae3eb02fb7e8a6a31d7e2ada704a3dcd5e,
most likely as a copy-pasteo.

Signed-off-by: Adam Buchbinder <abuchbinder@google.com>
---
 btrfs-show-super.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eric Sandeen June 13, 2014, 9:46 p.m. UTC | #1
On 6/13/14, 4:34 PM, Adam Buchbinder wrote:
> It was added in commit aab7f3ae3eb02fb7e8a6a31d7e2ada704a3dcd5e,
> most likely as a copy-pasteo.
> 
> Signed-off-by: Adam Buchbinder <abuchbinder@google.com>
> ---
>  btrfs-show-super.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/btrfs-show-super.c b/btrfs-show-super.c
> index f42cd15..ed0311f 100644
> --- a/btrfs-show-super.c
> +++ b/btrfs-show-super.c
> @@ -50,7 +50,7 @@ static void print_usage(void)
>  	fprintf(stderr, "\t-f : print full superblock information\n");
>  	fprintf(stderr, "\t-a : print information of all superblocks\n");
>  	fprintf(stderr, "\t-i <super_mirror> : specify which mirror to print out\n");
> -+	fprintf(stderr, "\t-F : attempt to dump superblocks with bad magic\n");
> +	fprintf(stderr, "\t-F : attempt to dump superblocks with bad magic\n");
>  	fprintf(stderr, "%s\n", BTRFS_BUILD_VERSION);
>  }
>  
> 

Whoa, git blame blames me, but that's not the patch I sent.  ;)

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

thanks,
-Eric

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Sterba June 14, 2014, 1 p.m. UTC | #2
On Fri, Jun 13, 2014 at 04:46:25PM -0500, Eric Sandeen wrote:
> > -+	fprintf(stderr, "\t-F : attempt to dump superblocks with bad magic\n");
> > +	fprintf(stderr, "\t-F : attempt to dump superblocks with bad magic\n");
> Whoa, git blame blames me, but that's not the patch I sent.  ;)

My mistak while merging two conflicting show-super patches, sorry.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/btrfs-show-super.c b/btrfs-show-super.c
index f42cd15..ed0311f 100644
--- a/btrfs-show-super.c
+++ b/btrfs-show-super.c
@@ -50,7 +50,7 @@  static void print_usage(void)
 	fprintf(stderr, "\t-f : print full superblock information\n");
 	fprintf(stderr, "\t-a : print information of all superblocks\n");
 	fprintf(stderr, "\t-i <super_mirror> : specify which mirror to print out\n");
-+	fprintf(stderr, "\t-F : attempt to dump superblocks with bad magic\n");
+	fprintf(stderr, "\t-F : attempt to dump superblocks with bad magic\n");
 	fprintf(stderr, "%s\n", BTRFS_BUILD_VERSION);
 }