mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Thomas Casey <tqcasey@gmail.com>
Cc: bmarsh94@gmail.com, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: gs_fpgaboot: fix indentation sytle in io.c
Date: Tue, 29 Nov 2016 21:57:02 +0100	[thread overview]
Message-ID: <20161129205702.GD22810@kroah.com> (raw)
In-Reply-To: <20161129164656.GA6159@DESKTOP-25LDCDR.umd.edu>

On Tue, Nov 29, 2016 at 11:46:56AM -0500, Thomas Casey wrote:
> This patch properly aligns a statement with arguments on multiple lines
> found by the checkpatch.pl script
> 
> Signed-off-by: Thomas Casey <tqcasey@gmail.com>
> ---
>  drivers/staging/gs_fpgaboot/io.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/gs_fpgaboot/io.c b/drivers/staging/gs_fpgaboot/io.c
> index c939119..f5799d3 100644
> --- a/drivers/staging/gs_fpgaboot/io.c
> +++ b/drivers/staging/gs_fpgaboot/io.c
> @@ -55,7 +55,7 @@ int xl_supported_prog_bus_width(enum wbus bus_bytes)
>  		break;
>  	default:
>  		pr_err("unsupported program bus width %d\n",
> -				bus_bytes);
> +		       bus_bytes);

Why not just put this all on one line?

      reply	other threads:[~2016-11-29 20:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-29 16:46 Thomas Casey
2016-11-29 20:57 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161129205702.GD22810@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=bmarsh94@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tqcasey@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome