From: kbuild test robot <lkp@intel.com>
To: Gabriel Krisman Bertazi <krisman@collabora.com>
Cc: kbuild-all@lists.01.org, linux-fsdevel@vger.kernel.org,
linux-ext4@vger.kernel.org,
Gabriel Krisman Bertazi <krisman@collabora.com>,
kernel@collabora.com, Theodore Ts'o <tytso@mit.edu>,
Jaegeuk Kim <jaegeuk@kernel.org>
Subject: [RFC PATCH] unicode: ucd_init() can be static
Date: Sun, 12 Apr 2020 20:01:51 +0800 [thread overview]
Message-ID: <20200412120149.GA19219@97594fc72ec1> (raw)
In-Reply-To: <20200411235823.2967193-1-krisman@collabora.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---
utf8-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/unicode/utf8-core.c b/fs/unicode/utf8-core.c
index 7e02827074356..b48e13e823a5a 100644
--- a/fs/unicode/utf8-core.c
+++ b/fs/unicode/utf8-core.c
@@ -250,7 +250,7 @@ static const struct attribute_group ucd_attr_group = {
};
static struct kobject *ucd_root;
-int __init ucd_init(void)
+static int __init ucd_init(void)
{
int ret;
@@ -268,7 +268,7 @@ int __init ucd_init(void)
return 0;
}
-void __exit ucd_exit(void)
+static void __exit ucd_exit(void)
{
kobject_put(ucd_root);
}
prev parent reply other threads:[~2020-04-12 12:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-11 23:58 [PATCH] unicode: Expose available encodings in sysfs Gabriel Krisman Bertazi
2020-04-12 12:01 ` kbuild test robot
2020-04-12 12:01 ` kbuild test robot [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=20200412120149.GA19219@97594fc72ec1 \
--to=lkp@intel.com \
--cc=jaegeuk@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=kernel@collabora.com \
--cc=krisman@collabora.com \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=tytso@mit.edu \
/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;
as well as URLs for NNTP newsgroup(s).