aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-09-08 12:27:23 -0400
committerJiri Kosina <jkosina@suse.cz>2014-09-09 04:34:56 -0400
commitda3dae54e4ff09886b9a19224c8d9556bb2ba096 (patch)
tree750b166766a7dc3f36a66ba37580fb0b60eade42 /kernel
parent2570741ac876fea8383fcea7388370f77d6574d7 (diff)
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
This patch fix spelling typo found in DocBook/kernel-api.xml. It is because the file is generated from the source comments, I have to fix the comments in source codes. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/auditsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c
index 21eae3c05ec0..7208c1df248d 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -2406,7 +2406,7 @@ int __audit_log_bprm_fcaps(struct linux_binprm *bprm,
2406 * @new: the new credentials 2406 * @new: the new credentials
2407 * @old: the old (current) credentials 2407 * @old: the old (current) credentials
2408 * 2408 *
2409 * Record the aguments userspace sent to sys_capset for later printing by the 2409 * Record the arguments userspace sent to sys_capset for later printing by the
2410 * audit system if applicable 2410 * audit system if applicable
2411 */ 2411 */
2412void __audit_log_capset(const struct cred *new, const struct cred *old) 2412void __audit_log_capset(const struct cred *new, const struct cred *old)