PNP: fix up after Lindent
[deliverable/linux.git] / drivers / pnp / interface.c
index b6beb8a36da70ffeba4288db5b9b8dcb6efb38bc..fe6684e13e828b0ebcf695b7327ba9b14e339e0c 100644 (file)
@@ -3,7 +3,6 @@
  *
  * Some code, especially possible resource dumping is based on isapnp_proc.c (c) Jaroslav Kysela <perex@suse.cz>
  * Copyright 2002 Adam Belay <ambx1@neo.rr.com>
- *
  */
 
 #include <linux/pnp.h>
@@ -488,6 +487,7 @@ static DEVICE_ATTR(id, S_IRUGO, pnp_show_current_ids, NULL);
 int pnp_interface_attach_device(struct pnp_dev *dev)
 {
        int rc = device_create_file(&dev->dev, &dev_attr_options);
+
        if (rc)
                goto err;
        rc = device_create_file(&dev->dev, &dev_attr_resources);
This page took 0.027779 seconds and 5 git commands to generate.