1
0
Fork 0

ppdev: remove space before tab

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>
hifive-unleashed-5.1
Sudip Mukherjee 2016-02-12 18:33:44 +05:30 committed by Greg Kroah-Hartman
parent a7c71c07a3
commit 3c8db58432
1 changed files with 1 additions and 1 deletions

View 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);