* [PATCH] jffs2: make jffs2_initxattrs() static
@ 2012-02-19 18:51 Nikola Pajkovsky
2012-02-29 11:12 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Nikola Pajkovsky @ 2012-02-19 18:51 UTC (permalink / raw)
To: David Woodhouse; +Cc: Nikola Pajkovsky, kernel-janitors, linux-mtd
Signed-off-by: Nikola Pajkovsky <n.pajkovsky@gmail.com>
---
fs/jffs2/security.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/jffs2/security.c b/fs/jffs2/security.c
index 0f20208..304710c 100644
--- a/fs/jffs2/security.c
+++ b/fs/jffs2/security.c
@@ -23,7 +23,7 @@
#include "nodelist.h"
/* ---- Initial Security Label(s) Attachment callback --- */
-int jffs2_initxattrs(struct inode *inode, const struct xattr *xattr_array,
+static int jffs2_initxattrs(struct inode *inode, const struct xattr *xattr_array,
void *fs_info)
{
const struct xattr *xattr;
--
1.7.9.1.244.gb0d66b
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] jffs2: make jffs2_initxattrs() static
2012-02-19 18:51 [PATCH] jffs2: make jffs2_initxattrs() static Nikola Pajkovsky
@ 2012-02-29 11:12 ` Artem Bityutskiy
0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2012-02-29 11:12 UTC (permalink / raw)
To: Nikola Pajkovsky; +Cc: kernel-janitors, David Woodhouse, linux-mtd
[-- Attachment #1: Type: text/plain, Size: 823 bytes --]
On Sun, 2012-02-19 at 19:51 +0100, Nikola Pajkovsky wrote:
> Signed-off-by: Nikola Pajkovsky <n.pajkovsky@gmail.com>
> ---
> fs/jffs2/security.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
I've amended your patch to fix the following checkpatch.pl warning:
--------------------------------------------------------------------------------
checkpatch.pl results for patch "[PATCH] jffs2: make jffs2_initxattrs() static"
WARNING:LONG_LINE: line over 80 characters
#20: FILE: fs/jffs2/security.c:26:
+static int jffs2_initxattrs(struct inode *inode, const struct xattr *xattr_array,
total: 0 errors, 1 warnings, 8 lines checked
--------------------------------------------------------------------------------
and pushed to l2-mtd.git, thanks.
--
Best Regards,
Artem Bityutskiy
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-29 11:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-19 18:51 [PATCH] jffs2: make jffs2_initxattrs() static Nikola Pajkovsky
2012-02-29 11:12 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox