Hello Yuri, On Sat, Jan 24, 2015, at 08:18, Yuri Chornoivan wrote: > --- a/Documentation/releases/v2.25-ReleaseNotes > +++ b/Documentation/releases/v2.25-ReleaseNotes > @@ -203,7 +203,7 @@ cal: > - mention where Gregorian reformation happen in September 1752 [Sami Kerola] > - remove optional from short arg -w [Tommi Kyntola] > - remove unnecessary static variables [Sami Kerola] > - - remove unnused structure and definition [Sami Kerola] > + - remove unused structure and definition [Sami Kerola] These lines were automatically generated from commit messages; if you change them in the release notes, they cannot be used anymore to find the corresponding commit. All the other changes are good, except for this one: > - fdisk_warnx(cxt, _("unssuported GPT attribute bit '%s'"), p); > + fdisk_warnx(cxt, _("unsuported GPT attribute bit '%s'"), p); You missed the single that should be a double p. But I think you caught all the other typos. :) Some of them I already corrected in this patch: http://www.spinics.net/lists/util-linux-ng/msg10888.html If you exclude those from your patch, it will then apply after mine without conflict. Benno -- http://www.fastmail.com - Email service worth paying for. Try it for free -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html