X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbase%2Fcore.c;h=ee0a51a3a41d876451395b0f2a93b6a06a430394;hb=407d819cf0fd54c6fc1138a509225696aecafd15;hp=422cfcad486d3eab10b79318caaed63997b93a24;hpb=413c239fad68258157f903b3ffd9bfcc53f5e34b;p=linux-2.6 diff --git a/drivers/base/core.c b/drivers/base/core.c index 422cfcad48..ee0a51a3a4 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, ...) {