On 01/24/2018 11:19 AM, Christopher Li wrote: > On Tue, Jan 23, 2018 at 5:38 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: >>>> diff --git a/validation/test-suite b/validation/test-suite >>> index cf151a3..5e10942 100755 >>> --- a/validation/test-suite >>> +++ b/validation/test-suite >>> @@ -31,6 +31,7 @@ known_ko_tests=0 >>> >>> # defaults to not verbose >>> [ -z "$V" ] && V=0 >>> +[ $V -eq 0 ] && quiet=1 || quiet=0 >>> >>> ## >> >> Fine with me. >> >> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> >> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> >> > I consider that as a minor tweak of your original patch. > May I apply that change and keep you as the author of the > patch? Sure, no problem. Thanks. -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html