X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbase%2Fcore.c;h=ee0a51a3a41d876451395b0f2a93b6a06a430394;hb=a926c063738f31c8c8b5c2b883812a40e7868072;hp=422cfcad486d3eab10b79318caaed63997b93a24;hpb=156a9ea43acb609ac89d48dbb9f0d05ee903a12e;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, ...) {