summaryrefslogtreecommitdiffstats
path: root/kernel/ksysfs.c
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2014-01-13 15:42:16 -0500
committerEric Paris <eparis@redhat.com>2014-01-13 22:33:27 -0500
commitc81825dd6b2ab9dcbdbc5b3ae12cc724c550341d (patch)
treefd0af9304f1b7dfb898a1c4dba706fd8c780a0b0 /kernel/ksysfs.c
parent8c8115faca28c7118e2a5b0153998710ea3e01c4 (diff)
downloadtalos-op-linux-c81825dd6b2ab9dcbdbc5b3ae12cc724c550341d.tar.gz
talos-op-linux-c81825dd6b2ab9dcbdbc5b3ae12cc724c550341d.zip
audit: wait_for_auditd rework for readability
We had some craziness with signed to unsigned long casting which appears wholely unnecessary. Just use signed long. Even though 2 values of the math equation are unsigned longs the result is expected to be a signed long. So why keep casting the result to signed long? Just make it signed long and use it. We also remove the needless "timeout" variable. We already have the stack "sleep_time" variable. Just use that... Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'kernel/ksysfs.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud