Em Wed, 17 Jul 2019 13:44:40 +0200 Markus Heiser <markus.heiser@xxxxxxxxxxx> escreveu: > Hi Mauro, > > just nitpicking .. > > Am 17.07.19 um 13:05 schrieb Mauro Carvalho Chehab: > > The parser breaks with UTF-8 characters with Sphinx 1.4. > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> > > --- > > Documentation/sphinx/kernel_abi.py | 20 +++++++------------- > > 1 file changed, 7 insertions(+), 13 deletions(-) > > > > diff --git a/Documentation/sphinx/kernel_abi.py b/Documentation/sphinx/kernel_abi.py > > index 32ce90775d96..0f3e51e67e8d 100644 > > --- a/Documentation/sphinx/kernel_abi.py > > +++ b/Documentation/sphinx/kernel_abi.py > > @@ -1,4 +1,5 @@ > > -# -*- coding: utf-8; mode: python -*- > > +# coding=utf-8 > > Can we use the more common:: > > # -*- coding: utf-8 -*- > > notation? See [1] """using formats recognized by popular editors""" > > If I'am not wrong, I remember we had this 'magic comment' discussion in the past. Changed. I ended by merging this change, together with the SPDX one at the initial patch and did some other patch merges, in order to provide a cleaner history. Thanks, Mauro