Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

audit: fix typo in auditfilter.c comment

Correct the misspelling of "searching" (was "serarching")
in the function documentation for audit_update_lsm_rules.

Found via code inspection, no functional impact.

Signed-off-by: Kieran Moy <kfatyuip@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>

authored by

Kieran Moy and committed by
Paul Moore
df1145b5 d8c09d7b

+1 -1
+1 -1
kernel/auditfilter.c
··· 1440 1440 } 1441 1441 1442 1442 /* This function will re-initialize the lsm_rule field of all applicable rules. 1443 - * It will traverse the filter lists serarching for rules that contain LSM 1443 + * It will traverse the filter lists searching for rules that contain LSM 1444 1444 * specific filter fields. When such a rule is found, it is copied, the 1445 1445 * LSM field is re-initialized, and the old rule is replaced with the 1446 1446 * updated rule. */