aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2013-07-08 15:59:39 -0700
committerLinus Torvalds <[email protected]>2013-07-09 10:33:19 -0700
commitb9ce54c9f59894e787e3067d2f758c297fcd6fd0 (patch)
treeb40506231e2a17214e8b2daebdd9a61311ec0932 /tools/perf/scripts/python/bin
parent2f992ee85aaa7dfd2bda43efe4493af1e108d054 (diff)
audit: Fix decimal constant description
Use proper decimal type for comparison with u32. Compilation warning was introduced by 780a7654 ("audit: Make testing for a valid loginuid explicit.") kernel/auditfilter.c: In function 'audit_data_to_entry': kernel/auditfilter.c:426:3: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] if ((f->type == AUDIT_LOGINUID) && (f->val == 4294967295)) { Signed-off-by: Michal Simek <[email protected]> Cc: Al Viro <[email protected]> Cc: Eric Paris <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions