···305305306306A kset keeps its children in a standard kernel linked list. Kobjects point307307back to their containing kset via their kset field. In almost all cases,308308-the kobjects belonging to a ket have that kset (or, strictly, its embedded308308+the kobjects belonging to a kset have that kset (or, strictly, its embedded309309kobject) in their parent.310310311311As a kset contains a kobject within it, it should always be dynamically
+1
drivers/base/core.c
···762762/**763763 * dev_set_name - set a device name764764 * @dev: device765765+ * @fmt: format string for the device's name765766 */766767int dev_set_name(struct device *dev, const char *fmt, ...)767768{