diff options
author | Chun-Yi Lee <jlee@suse.com> | 2012-11-21 12:26:09 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-11-21 17:52:12 +0100 |
commit | 916492b1e1a186260951831c53a53d8a448dc026 (patch) | |
tree | 89be25f87ff1c051dc0038d1d65f1a5cd5fa1eed /scripts/mod | |
parent | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... (diff) | |
download | linux-916492b1e1a186260951831c53a53d8a448dc026.tar.xz linux-916492b1e1a186260951831c53a53d8a448dc026.zip |
sign-file: fix the perl warning message when extracting ASN.1
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@suse.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/mod')
0 files changed, 0 insertions, 0 deletions