From 7b269b899b29e6b2f6b2b9d2dc6598f65c0cc375 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 31 Jan 2008 09:28:49 +1100 Subject: [PATCH] --- yaml --- r: 80600 b: refs/heads/master c: 2419505acc479d2f1feed94d195b0554a64269a4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/DocBook/kernel-api.tmpl | 8 +++++++- trunk/drivers/base/class.c | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 30e6ea3f0535..a732b5c530c2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 203a512f0976e8ba85df36d76b40af6c80239121 +refs/heads/master: 2419505acc479d2f1feed94d195b0554a64269a4 diff --git a/trunk/Documentation/DocBook/kernel-api.tmpl b/trunk/Documentation/DocBook/kernel-api.tmpl index aa38cc5692a0..77436d735013 100644 --- a/trunk/Documentation/DocBook/kernel-api.tmpl +++ b/trunk/Documentation/DocBook/kernel-api.tmpl @@ -419,7 +419,13 @@ X!Edrivers/pnp/system.c Block Devices -!Eblock/ll_rw_blk.c +!Eblock/blk-core.c +!Eblock/blk-map.c +!Iblock/blk-sysfs.c +!Eblock/blk-settings.c +!Eblock/blk-exec.c +!Eblock/blk-barrier.c +!Eblock/blk-tag.c diff --git a/trunk/drivers/base/class.c b/trunk/drivers/base/class.c index 59cf35894cfc..412fd9a05573 100644 --- a/trunk/drivers/base/class.c +++ b/trunk/drivers/base/class.c @@ -863,7 +863,7 @@ EXPORT_SYMBOL_GPL(class_for_each_device); * The callback should return 0 if the device doesn't match and non-zero * if it does. If the callback returns non-zero, this function will * return to the caller and not iterate over any more devices. - + * * Note, you will need to drop the reference with put_device() after use. * * We hold class->sem in this function, so it can not be