Re: [PATCH] security: selinux: ss: conditional.c fixed a checkpatch warning

2020-07-09 Thread Paul Moore
On Thu, Jul 9, 2020 at 9:11 AM Ethan Edwards wrote: > > `sizeof buf` changed to `sizeof(buf)` > > Signed-off-by: Ethan Edwards > --- > security/selinux/ss/conditional.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Why are you reposting this when I applied your original patch last

[PATCH] security: selinux: ss: conditional.c fixed a checkpatch warning

2020-07-09 Thread Ethan Edwards
`sizeof buf` changed to `sizeof(buf)` Signed-off-by: Ethan Edwards --- security/selinux/ss/conditional.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/selinux/ss/conditional.c b/security/selinux/ss/conditional.c index 0cc7cdd58465..90a2f5927e55 100644 --- a/se

Re: [PATCH] security: selinux: ss: conditional.c fixed a checkpatch warning

2020-06-29 Thread Paul Moore
On Wed, Jun 24, 2020 at 12:13 PM Ethan Edwards wrote: > `sizeof buf` changed to `sizeof(buf)` > > Signed-off-by: Ethan Edwards > --- > security/selinux/ss/conditional.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Merged into selinux/next but I rewrote the subject line to "selinu

[PATCH] security: selinux: ss: conditional.c fixed a checkpatch warning

2020-06-24 Thread Ethan Edwards
`sizeof buf` changed to `sizeof(buf)` Signed-off-by: Ethan Edwards --- security/selinux/ss/conditional.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/selinux/ss/conditional.c b/security/selinux/ss/conditional.c index 0cc7cdd58465..90a2f5927e55 100644 --- a/se