Skip to content

Commit aaef4d6

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6: kobject: Documentation Spelling Patch dev_set_name: fix missing kernel-doc
2 parents da50ccc + acccafe commit aaef4d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Documentation/kobject.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ should not be manipulated by any other user.
305305

306306
A kset keeps its children in a standard kernel linked list. Kobjects point
307307
back to their containing kset via their kset field. In almost all cases,
308-
the kobjects belonging to a ket have that kset (or, strictly, its embedded
308+
the kobjects belonging to a kset have that kset (or, strictly, its embedded
309309
kobject) in their parent.
310310

311311
As a kset contains a kobject within it, it should always be dynamically

drivers/base/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ static void device_remove_class_symlinks(struct device *dev)
762762
/**
763763
* dev_set_name - set a device name
764764
* @dev: device
765+
* @fmt: format string for the device's name
765766
*/
766767
int dev_set_name(struct device *dev, const char *fmt, ...)
767768
{

0 commit comments

Comments
 (0)