Skip to content

Commit

Permalink
Merge pull request #801 from galpress/kernel-headers-dot
Browse files Browse the repository at this point in the history
Add a dot to kernel headers update script commit message
  • Loading branch information
rleon committed Aug 3, 2020
2 parents e8a955e + 6523ec3 commit decbd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel-headers/update
Expand Up @@ -151,7 +151,7 @@ def make_commit(args,ntree,kernel_desc):

# And now create the commit
msg="Update kernel headers\n\n";
p = textwrap.fill("To commit %s"%(kernel_desc.decode()),
p = textwrap.fill("To commit %s."%(kernel_desc.decode()),
width=74)
msg = msg + p;
msg = msg + "\n\nSigned-off-by: %s\n"%(emaila);
Expand Down

0 comments on commit decbd73

Please sign in to comment.