]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/base/class.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
[mv-sheeva.git] / drivers / base / class.c
index d916bbf5b72a7b47169f47e81a069abcea87a19a..9d915376c313d1049e9dc0c8cdd65d2c788db3bd 100644 (file)
@@ -863,7 +863,7 @@ EXPORT_SYMBOL_GPL(class_for_each_device);
  * The callback should return 0 if the device doesn't match and non-zero
  * if it does.  If the callback returns non-zero, this function will
  * return to the caller and not iterate over any more devices.
-
+ *
  * Note, you will need to drop the reference with put_device() after use.
  *
  * We hold class->sem in this function, so it can not be