Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761608AbcJRPHt (ORCPT ); Tue, 18 Oct 2016 11:07:49 -0400 Received: from mail-yw0-f175.google.com ([209.85.161.175]:34769 "EHLO mail-yw0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755883AbcJRPHi (ORCPT ); Tue, 18 Oct 2016 11:07:38 -0400 From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, jan.kiszka@siemens.com, kieran@ksquared.org.uk Cc: peter.griffin@linaro.org, lee.jones@linaro.org, devicetree@vger.kernel.org Subject: [PATCH 2/2] scripts/gdb: fixup some pep8 errors in proc.py Date: Tue, 18 Oct 2016 16:07:29 +0100 Message-Id: <1476803249-23328-2-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476803249-23328-1-git-send-email-peter.griffin@linaro.org> References: <1476803249-23328-1-git-send-email-peter.griffin@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 909 Lines: 30 proc.py:22:1: E302 expected 2 blank lines, found 1 proc.py:200:1: E302 expected 2 blank lines, found 1 Signed-off-by: Peter Griffin --- scripts/gdb/linux/proc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gdb/linux/proc.py b/scripts/gdb/linux/proc.py index f20fcfa..2d6f74e 100644 --- a/scripts/gdb/linux/proc.py +++ b/scripts/gdb/linux/proc.py @@ -18,6 +18,7 @@ from linux import tasks from linux import lists from struct import * + class LxCmdLine(gdb.Command): """ Report the Linux Commandline used in the current kernel. Equivalent to cat /proc/cmdline on a running target""" @@ -196,6 +197,7 @@ values of that process namespace""" LxMounts() + class LxFdtDump(gdb.Command): """Output Flattened Device Tree header and dump FDT blob to a file Equivalent to 'cat /proc/fdt > fdtdump.dtb' on a running target""" -- 1.9.1