提交 3c8db584 编写于 作者: S Sudip Mukherjee 提交者: Greg Kroah-Hartman

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: NSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a7c71c07
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册