]> 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)
commite03fd5fc0492253179f59ff648c136a3aa160764
tree75af577de196166a575354d64e93e6f7dfb2f5a7
parentcf1710d1388cf5bd81996b258399c4907d27006e
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