Re: [PATCH] scripts/gdb: make lx-dmesg command work (reliably)

From: Andy Shevchenko
Date: Sat May 27 2017 - 10:02:50 EST


On Fri, May 26, 2017 at 2:12 PM, Jan Kiszka <jan.kiszka@xxxxxxxxxxx> wrote:
> On 2017-05-26 13:04, Andrà Draszik wrote:

>> + log_buf_addr = int(str(gdb.parse_and_eval("'printk.c'::log_buf")).split()[0], 16)
>
> Overlong line. Please stay pep8 compliant.

What I heard from colleague of mine couple of years ago, they (their
team) moved to 100 characters in Python scripts because of somehow
stupid recommendations from last century.

--
With Best Regards,
Andy Shevchenko