On Tue, Dec 23, 2014 at 07:38:04AM +0300, samuel kihahu wrote:
On Mon, Dec 22, 2014 at 01:18:01PM -0800, Greg KH wrote:
> On Mon, Dec 22, 2014 at 11:48:57PM +0300, samuel kihahu wrote:
> > From: skihahu <skihahu(a)gmail.com>
> >
> > Align switch and case to be at the same indent.
> >
> > Signed-off-by: samuel kihahu <skihahu(a)gmail.com>
>
> The "From:" and "Signed-off-by:" names don't match, which
doesn't make
> much sense, right? Please fix and resend.
>
I have corrected as requested above.
>From 766dd7eefe8992b90dc69cca085e6719019aae82 Mon Sep 17 00:00:00
2001
From: samuel kihahu <skihahu(a)gmail.com>
Date: Mon, 22 Dec 2014 18:16:29 +0300
Subject: [PATCH] staging: lustre: cleanup align switch and case
Align switch and case to be at the same indent.
Signed-off-by: samuel kihahu <skihahu(a)gmail.com>
---
drivers/staging/lustre/lnet/selftest/module.c | 50 +++++++++++++--------------
1 file changed, 25 insertions(+), 25 deletions(-)
But this isn't in a form I can apply, please resend in a format I don't
have to hand-edit the email.
greg k-h