From: Greg KH <gregkh@linuxfoundation.org>
To: Dilek Uzulmez <dilekuzulmez@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH] Staging: lustre: Fix line over 80 characters.
Date: Sun, 1 Mar 2015 16:53:41 -0800 [thread overview]
Message-ID: <20150302005341.GA29361@kroah.com> (raw)
In-Reply-To: <1425240954-9148-1-git-send-email-dilekuzulmez@gmail.com>
On Sun, Mar 01, 2015 at 10:15:54PM +0200, Dilek Uzulmez wrote:
> Fix checkpatch.pl issues with line over 80 characters in libcfs_kernelcomm.h
>
> Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com>
> ---
> drivers/staging/lustre/include/linux/libcfs/libcfs_kernelcomm.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_kernelcomm.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_kernelcomm.h
> index a989d26..e680399 100644
> --- a/drivers/staging/lustre/include/linux/libcfs/libcfs_kernelcomm.h
> +++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_kernelcomm.h
> @@ -44,7 +44,8 @@
> #define __LIBCFS_KERNELCOMM_H__
>
> #ifndef __LIBCFS_LIBCFS_H__
> -#error Do not #include this file directly. #include <linux/libcfs/libcfs.h> instead
> +#error Do not #include this file directly.
> +#include <linux/libcfs/libcfs.h> instead
Hm, that doesn't do what you think it does...
prev parent reply other threads:[~2015-03-02 0:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-01 20:15 [PATCH] Staging: lustre: Fix line over 80 characters Dilek Uzulmez
2015-03-02 0:53 ` 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=20150302005341.GA29361@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=dilekuzulmez@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.