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)
commit65d96351b135c2a694814520a6031f3721020ba9
tree6feb36f70fbe2ebf4bde236ccc7956c4ca661c0d
parent7383c0f94d3c902d5dd68792331e9a1d4a5ad6cb
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