Skip to content

Commit

Permalink
Merge branch 'for-4.15/hyperv' into for-linus
Browse files Browse the repository at this point in the history
- trivial printk() line termination fix for HyperV
  • Loading branch information
Jiri Kosina committed Nov 15, 2017
2 parents 47dd6b0 + af42377 commit e1548dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-hyperv.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ static void mousevsc_on_receive(struct hv_device *device,

break;
default:
pr_err("unsupported hid msg type - type %d len %d",
pr_err("unsupported hid msg type - type %d len %d\n",
hid_msg->header.type, hid_msg->header.size);
break;
}
Expand Down

0 comments on commit e1548dc

Please sign in to comment.