2004-11-20 05:02:10

by maximilian attems

[permalink] [raw]
Subject: [patch 1/8] fs/super.c: docbook comment fix



Parameter name in comment was wrong.

Compile tested.

Signed-off-by: Domen Puncer <[email protected]>

Signed-off-by: Maximilian Attems <[email protected]>
---

linux-2.6.10-rc2-bk4-max/fs/super.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/super.c~docs-fs_super fs/super.c
--- linux-2.6.10-rc2-bk4/fs/super.c~docs-fs_super 2004-11-20 03:04:39.000000000 +0100
+++ linux-2.6.10-rc2-bk4-max/fs/super.c 2004-11-20 03:04:39.000000000 +0100
@@ -141,7 +141,7 @@ int __put_super_and_need_restart(struct

/**
* put_super - drop a temporary reference to superblock
- * @s: superblock in question
+ * @sb: superblock in question
*
* Drops a temporary reference, frees superblock if there's no
* references left.
_