Re: [PATCH] audit: Fix decimal constant description

2013-06-24 Thread Geert Uytterhoeven
On Wed, Jun 5, 2013 at 4:53 PM, Michal Simek wrote: > any comment on this? > > Geert: I fixes one warning reported in your regression log. Acked-by: Geert Uytterhoeven > On 05/23/2013 08:03 AM, Michal Simek wrote: >> Use proper decimal type for comparison with u32. >> >> Compilation warning

Re: [PATCH] audit: Fix decimal constant description

2013-06-24 Thread Geert Uytterhoeven
On Wed, Jun 5, 2013 at 4:53 PM, Michal Simek mon...@monstr.eu wrote: any comment on this? Geert: I fixes one warning reported in your regression log. Acked-by: Geert Uytterhoeven ge...@linux-m68k.org On 05/23/2013 08:03 AM, Michal Simek wrote: Use proper decimal type for comparison with

Re: [PATCH] audit: Fix decimal constant description

2013-06-05 Thread Michal Simek
Hi guys, any comment on this? Geert: I fixes one warning reported in your regression log. Thanks, Michal On 05/23/2013 08:03 AM, Michal Simek wrote: > Use proper decimal type for comparison with u32. > > Compilation warning was introduced by: > "audit: Make testing for a valid loginuid

Re: [PATCH] audit: Fix decimal constant description

2013-06-05 Thread Michal Simek
Hi guys, any comment on this? Geert: I fixes one warning reported in your regression log. Thanks, Michal On 05/23/2013 08:03 AM, Michal Simek wrote: Use proper decimal type for comparison with u32. Compilation warning was introduced by: audit: Make testing for a valid loginuid explicit.

[PATCH] audit: Fix decimal constant description

2013-05-23 Thread Michal Simek
Use proper decimal type for comparison with u32. Compilation warning was introduced by: "audit: Make testing for a valid loginuid explicit." (sha1: 780a7654cee8d61819512385e778e4827db4bfbc) Warning: kernel/auditfilter.c: In function 'audit_data_to_entry': kernel/auditfilter.c:426:3: warning:

[PATCH] audit: Fix decimal constant description

2013-05-23 Thread Michal Simek
Use proper decimal type for comparison with u32. Compilation warning was introduced by: audit: Make testing for a valid loginuid explicit. (sha1: 780a7654cee8d61819512385e778e4827db4bfbc) Warning: kernel/auditfilter.c: In function 'audit_data_to_entry': kernel/auditfilter.c:426:3: warning: this