A minor fix to place the terminal input on a new line if test-genrandom is run with no arguments. Signed-off-by: Stephen Boyd <bebarino@xxxxxxxxx> --- test-genrandom.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test-genrandom.c b/test-genrandom.c index 8cefe6c..b81ad67 100644 --- a/test-genrandom.c +++ b/test-genrandom.c @@ -13,7 +13,7 @@ int main(int argc, char *argv[]) unsigned char *c; if (argc < 2 || argc > 3) { - fprintf( stderr, "Usage: %s <seed_string> [<size>]", argv[0]); + fprintf( stderr, "Usage: %s <seed_string> [<size>]\n", argv[0]); return 1; } -- 1.6.2.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html