Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -1
+1 -1
Documentation/kobject.txt
··· 305 305 306 306 A kset keeps its children in a standard kernel linked list. Kobjects point 307 307 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 309 309 kobject) in their parent. 310 310 311 311 As a kset contains a kobject within it, it should always be dynamically
+1
drivers/base/core.c
··· 762 762 /** 763 763 * dev_set_name - set a device name 764 764 * @dev: device 765 + * @fmt: format string for the device's name 765 766 */ 766 767 int dev_set_name(struct device *dev, const char *fmt, ...) 767 768 {