Re: [PATCH] staging: android: binder.c: rename binder_user_error()

From: Greg KH
Date: Fri Aug 15 2014 - 11:27:24 EST


On Sun, Aug 10, 2014 at 10:42:53PM +0300, Tair Rzayev wrote:
> Rename binder_user_error() to shorter but no less readable binder_usr_err()
> which fixes 34 "line over 80 characters" checkpatch warnings

Those are false-positives due to the fact that we should not wrap
strings and checkpatch doesn't understand this custom macro.

So don't worry about it, the code is fine as-is.

thanks,

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/