]> git.baikalelectronics.ru Git - kernel.git/commit
selinux: fixed a checkpatch warning with the sizeof macro
authorEthan Edwards <ethancarteredwards@gmail.com>
Wed, 24 Jun 2020 16:12:58 +0000 (12:12 -0400)
committerPaul Moore <paul@paul-moore.com>
Mon, 29 Jun 2020 23:26:17 +0000 (19:26 -0400)
commit7b8dfff7aa1526b0c1547ea56d994501dcc6d306
tree6feb36f70fbe2ebf4bde236ccc7956c4ca661c0d
parent5141c6967fd9c607f580ccd53be0a8d46a5f0685
selinux: fixed a checkpatch warning with the sizeof macro

`sizeof buf` changed to `sizeof(buf)`

Signed-off-by: Ethan Edwards <ethancarteredwards@gmail.com>
[PM: rewrote the subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/conditional.c