[PATCH] Fix depmod -e without -F or -E unterminated warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Gilles Espinasse <g.esp@xxxxxxx>
---
 depmod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/depmod.c b/depmod.c
index dfd210d..b739fa9 100644
--- a/depmod.c
+++ b/depmod.c
@@ -1342,7 +1342,7 @@ int main(int argc, char *argv[])
 	else if (system_map)
 		load_system_map(system_map);
 	else if (print_unknown) {
-		warn("-e needs -E or -F");
+		warn("-e needs -E or -F\n");
 		print_unknown = 0;
 	}
 
-- 
1.6.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux