Re: [PATCH] sign-file: fix the perl warning message when extracting ASN.1

From: David Howells
Date: Wed Nov 21 2012 - 07:12:19 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> There have the following warning message when running modules install for sign ko files:
>
> # make modules_install
> ...
> INSTALL drivers/input/touchscreen/pcap_ts.ko
> Found = in conditional, should be == at scripts/sign-file line 164.
> Found = in conditional, should be == at scripts/sign-file line 161.
> Found = in conditional, should be == at scripts/sign-file line 159.
>
> This patch change replace '=' by '==' in elsif conditions for avoid the above warning messages.
>
> Signed-off-by: Chun-Yi Lee <jlee@xxxxxxxx>
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>

Hmmm... It seems that stgit-0.16 no longer puts authorship information into
the mail message. This was actually authored by Chun-Yi Lee, not myself.

David
--
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/