Skip to content

Commit

Permalink
ppdev: remove space before tab
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sudip Mukherjee authored and Greg Kroah-Hartman committed Feb 15, 2016
1 parent a7c71c0 commit 3c8db58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/ppdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3c8db58

Please sign in to comment.