* [PATCH] Staging: lustre: Fix line over 80 characters.
@ 2015-03-01 20:15 Dilek Uzulmez
2015-03-02 0:53 ` [Outreachy kernel] " Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Dilek Uzulmez @ 2015-03-01 20:15 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Dilek Uzulmez
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
#endif
/* KUC message header.
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Outreachy kernel] [PATCH] Staging: lustre: Fix line over 80 characters.
2015-03-01 20:15 [PATCH] Staging: lustre: Fix line over 80 characters Dilek Uzulmez
@ 2015-03-02 0:53 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-03-02 0:53 UTC (permalink / raw)
To: Dilek Uzulmez; +Cc: outreachy-kernel
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...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-02 0:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01 20:15 [PATCH] Staging: lustre: Fix line over 80 characters Dilek Uzulmez
2015-03-02 0:53 ` [Outreachy kernel] " Greg KH
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.