Re: [PATCH v2] scripts: add scripts/checktransupdate.py

From: Jonathan Corbet
Date: Thu Jun 13 2024 - 09:03:49 EST


Dongliang Mu <dzm91@xxxxxxxxxxx> writes:

> Linux kernel does have coding style for C language. Any reference to
> python coding style?
>
> I can refer to these materials to revise this script.

We have never defined a kernel coding style for Python; I've generally
just tried to stay as close to the C style as possible.

If you are making other changes to the script anyway, you can adjust
coding style while you are at it. I would not bother with additional
patches just for coding style at this point.

Thanks,

jon