public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] driver core patches against 2.6.26-rc5
@ 2008-06-12  0:10 Greg KH
  2008-06-12  0:21 ` [PATCH 1/2] dev_set_name: fix missing kernel-doc Greg Kroah-Hartman
  2008-06-12  0:21 ` [PATCH 2/2] kobject: Documentation Spelling Patch Greg Kroah-Hartman
  0 siblings, 2 replies; 3+ messages in thread
From: Greg KH @ 2008-06-12  0:10 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are two simple patches against your 2.6.26-git tree.

They both fix documentation errors, one in the kerneldoc portion of the
driver core, another is a typo in the kobject.txt documentation.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/

The patches will be sent as a follow-on to this message to lkml for people
to see.

thanks,

greg k-h

------------

 Documentation/kobject.txt |    2 +-
 drivers/base/core.c       |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

---------------

David Brigada (1):
      kobject: Documentation Spelling Patch

Randy Dunlap (1):
      dev_set_name: fix missing kernel-doc


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] dev_set_name: fix missing kernel-doc
  2008-06-12  0:10 [GIT PATCH] driver core patches against 2.6.26-rc5 Greg KH
@ 2008-06-12  0:21 ` Greg Kroah-Hartman
  2008-06-12  0:21 ` [PATCH 2/2] kobject: Documentation Spelling Patch Greg Kroah-Hartman
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2008-06-12  0:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Greg Kroah-Hartman

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kernel-doc for new dev_set_name() function:

Warning(lin2626-rc5//drivers/base/core.c:767): No description found for parameter 'fmt'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 drivers/base/core.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/base/core.c b/drivers/base/core.c
index 422cfca..ee0a51a 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -762,6 +762,7 @@ static void device_remove_class_symlinks(struct device *dev)
 /**
  * dev_set_name - set a device name
  * @dev: device
+ * @fmt: format string for the device's name
  */
 int dev_set_name(struct device *dev, const char *fmt, ...)
 {
-- 
1.5.5.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] kobject: Documentation Spelling Patch
  2008-06-12  0:10 [GIT PATCH] driver core patches against 2.6.26-rc5 Greg KH
  2008-06-12  0:21 ` [PATCH 1/2] dev_set_name: fix missing kernel-doc Greg Kroah-Hartman
@ 2008-06-12  0:21 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2008-06-12  0:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: David Brigada, Greg Kroah-Hartman

From: David Brigada <brigad@rpi.edu>

Signed-off-by: David Brigada <brigad@rpi.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 Documentation/kobject.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt
index bf3256e..51a8021 100644
--- a/Documentation/kobject.txt
+++ b/Documentation/kobject.txt
@@ -305,7 +305,7 @@ should not be manipulated by any other user.
 
 A kset keeps its children in a standard kernel linked list.  Kobjects point
 back to their containing kset via their kset field. In almost all cases,
-the kobjects belonging to a ket have that kset (or, strictly, its embedded
+the kobjects belonging to a kset have that kset (or, strictly, its embedded
 kobject) in their parent.
 
 As a kset contains a kobject within it, it should always be dynamically
-- 
1.5.5.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-12  0:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-12  0:10 [GIT PATCH] driver core patches against 2.6.26-rc5 Greg KH
2008-06-12  0:21 ` [PATCH 1/2] dev_set_name: fix missing kernel-doc Greg Kroah-Hartman
2008-06-12  0:21 ` [PATCH 2/2] kobject: Documentation Spelling Patch Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox