]> git.baikalelectronics.ru Git - kernel.git/commit
leaking_addresses: fix typo function not called
authorTobin C. Harding <me@tobin.cc>
Tue, 21 Nov 2017 23:14:45 +0000 (10:14 +1100)
committerTobin C. Harding <me@tobin.cc>
Fri, 6 Apr 2018 22:50:34 +0000 (08:50 +1000)
commitbc97bd4019d0269ceae59e7c9561e66b1027d083
tree15115f5fc84a7b3d587755b04acdaa82d2c117be
parent17a125099a8c4e05d364eab41cd2bb30ef1cd67c
leaking_addresses: fix typo function not called

Currently code uses a check against an undefined variable because the
variable is a sub routine name and is not evaluated.

Evaluate subroutine; add parenthesis to sub routine name.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
scripts/leaking_addresses.pl