ppdev: remove space before tab
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 12 Feb 2016 13:03:44 +0000 (18:33 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 01:43:50 +0000 (17:43 -0800)
For alignment we should use tab in all possible places.
checkpatch was complaining for using space before tab.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/ppdev.c

index 39dedb7..bccc15a 100644 (file)
@@ -709,7 +709,7 @@ static int pp_release(struct inode *inode, struct file *file)
        compat_negot = 0;
        if (!(pp->flags & PP_CLAIMED) && pp->pdev &&
            (pp->state.mode != IEEE1284_MODE_COMPAT)) {
-               struct ieee1284_info *info;
+               struct ieee1284_info *info;
 
                /* parport released, but not in compatibility mode */
                parport_claim_or_block(pp->pdev);