All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Kim Bradley <kim.jamie.bradley@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [PATCH] Staging: rts5208: Shortened lines > 80 chars and aligned function args
Date: Tue, 30 Oct 2018 10:32:33 +0100	[thread overview]
Message-ID: <20181030093233.GA6574@kroah.com> (raw)
In-Reply-To: <20181025172943.GA7157@xubuntu-vm>

On Thu, Oct 25, 2018 at 06:29:52PM +0100, Kim Bradley wrote:
> Reducing lines to < 80 characters and align function arguments
> wherever possible. Most of these issues appear due to the long
> function name 'wait_for_completion_interruptible_timeout' for
> which a TODO is noted.
> 
> Signed-off-by: Kim Bradley <kim.jamie.bradley@gmail.com>
> ---
>  drivers/staging/rts5208/TODO             |  5 ++++-
>  drivers/staging/rts5208/rtsx_transport.c | 28 +++++++++++++-----------
>  2 files changed, 19 insertions(+), 14 deletions(-)
> 
> diff --git a/drivers/staging/rts5208/TODO b/drivers/staging/rts5208/TODO
> index 57bcf5834c0c..67f0c8372d96 100644
> --- a/drivers/staging/rts5208/TODO
> +++ b/drivers/staging/rts5208/TODO
> @@ -1,7 +1,10 @@
>  TODO:
>  - use kernel coding style
>  - checkpatch.pl fixes
> +  --> Consider renaming 'wait_for_completion_interruptible_timeout'
> +      function in rtsx_transport as it causes many lines to
> +      overflow past 80 characters and/or alignment issues

This is a core kernel function, you can't fix that up within a single
staging driver, the whole kernel would have to be have the function
renamed.

So I can't take this patch because this isn't a valid TODO item, sorry,

greg k-h


      reply	other threads:[~2018-10-30  9:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-25 17:29 [PATCH] Staging: rts5208: Shortened lines > 80 chars and aligned function args Kim Bradley
2018-10-30  9:32 ` Greg Kroah-Hartman [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=20181030093233.GA6574@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=kim.jamie.bradley@gmail.com \
    --cc=outreachy-kernel@googlegroups.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.