aboutsummaryrefslogtreecommitdiffstats
path: root/nlplug-findfs.c
diff options
context:
space:
mode:
author7heo <7heo@mail.com>2016-07-06 02:02:38 +0200
committer7heo <7heo@mail.com>2017-04-05 12:13:36 +0200
commitb6c5a734c76e828630f52b5f7c52666efcda6aa8 (patch)
tree998bf041bbeba0739967312b3135c327a696338a /nlplug-findfs.c
parent369d54c6e963ece750a3b6008cabe26c4222e99e (diff)
downloadmkinitfs-b6c5a734c76e828630f52b5f7c52666efcda6aa8.tar.bz2
mkinitfs-b6c5a734c76e828630f52b5f7c52666efcda6aa8.tar.xz
nlplug-findfs: remove double \n for consistency
Diffstat (limited to 'nlplug-findfs.c')
-rw-r--r--nlplug-findfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nlplug-findfs.c b/nlplug-findfs.c
index 390a51b..e89ab23 100644
--- a/nlplug-findfs.c
+++ b/nlplug-findfs.c
@@ -149,7 +149,6 @@ static inline int list_empty(const struct list_head *n)
&pos->member != (head); \
pos = list_entry(pos->member.next, typeof(*pos), member))
-
static char **clone_array(char *const *const a)
{
size_t i, s;
@@ -1025,7 +1024,6 @@ static int search_cryptdevs(struct uevent *ev, struct cryptconf *crypt)
return 0;
}
-
static void uevent_handle(struct uevent *ev)
{
struct ueventconf *conf = ev->conf;