Re: [PATCH] Staging: android: binder: Fixed multi-line strings

From: Greg KH
Date: Wed Oct 24 2012 - 00:13:03 EST


On Tue, Oct 23, 2012 at 03:13:38PM +0530, Anmol Sarma wrote:
> >From 949ecac6fcd58ffa6d02f6761058dbcfb1c2ba42 Mon Sep 17 00:00:00 2001
> From: Anmol Sarma <unmole.in@xxxxxxxxx>
> Date: Tue, 23 Oct 2012 13:47:14 +0530
> Subject: [PATCH] Staging: android: binder: Strings cleanup
>
> Changed all user visible multi-line stings to single line.

No you didn't:

> @@ -420,12 +422,12 @@ static void binder_set_nice(long nice)
> }
> min_nice = 20 - current->signal->rlim[RLIMIT_NICE].rlim_cur;
> binder_debug(BINDER_DEBUG_PRIORITY_CAP,
> - "binder: %d: nice value %ld not allowed use "
> + "%d: nice value %ld not allowed use "
> "%ld instead\n", current->pid, nice, min_nice);

That's a multi-line string :(

And you sent 2 copies of this patch, why?

Care to try again?

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/