The patch titled
fix auditsc.c kernel-doc
has been removed from the -mm tree. Its filename was
fix-auditscc-kernel-doc.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: fix auditsc.c kernel-doc
From: Randy Dunlap <[EMAIL PROTECTED]>
Fix kernel-doc warnings:
Warning(/scsi/linsrc/linux-2.6.23-rc1-mm1//kernel/auditsc.c:1611): No
description found for parameter 'dentry'
Warning(/scsi/linsrc/linux-2.6.23-rc1-mm1//kernel/auditsc.c:1654): No
description found for parameter 'dentry'
Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
Cc: Al Viro <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
kernel/auditsc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -puN kernel/auditsc.c~fix-auditscc-kernel-doc kernel/auditsc.c
--- a/kernel/auditsc.c~fix-auditscc-kernel-doc
+++ a/kernel/auditsc.c
@@ -1615,7 +1615,7 @@ static void audit_copy_inode(struct audi
/**
* audit_inode - store the inode and device from a lookup
* @name: name being audited
- * @inode: inode being audited
+ * @dentry: dentry being audited
*
* Called from fs/namei.c:path_lookup().
*/
@@ -1650,7 +1650,7 @@ void __audit_inode(const char *name, con
/**
* audit_inode_child - collect inode info for created/removed objects
* @dname: inode's dentry name
- * @inode: inode being audited
+ * @dentry: dentry being audited
* @parent: inode of dentry parent
*
* For syscalls that create or remove filesystem objects, audit_inode
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-mtd.patch
git-unionfs.patch
git-watchdog.patch
git-ipwireless_cs.patch
profile-likely-unlikely-macros.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html