]> git.baikalelectronics.ru Git - kernel.git/commit
audit: remove redundant data_len check
authorShreenidhi Shedi <yesshedi@gmail.com>
Sun, 15 May 2022 07:31:09 +0000 (13:01 +0530)
committerPaul Moore <paul@paul-moore.com>
Tue, 7 Jun 2022 19:41:34 +0000 (15:41 -0400)
commit2f7fbc2a4e787dc093cd525638760093bc20285b
tree75af577de196166a575354d64e93e6f7dfb2f5a7
parentf040cca4b0da0180bf9de9141ef5c95f60f85182
audit: remove redundant data_len check

data_len is already getting checked if it's less than 2 earlier in this
function.

Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/audit.c