commit | c961bfb17406c9fda6ba37cbba34feacdd09c6eb | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Nov 05 12:26:25 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 20:18:30 2014 -0800 |
tree | cf2b484bf467e9d6e87d9845552c3d5bb9e7850c | |
parent | 1256937f0438786cb19a7cb716b12025b30052e9 [diff] |
tty: Call methods in modern style The use of older function ptr calling style, (*fn)(), makes static analysis more error-prone; replace with modern fn() style. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>