From bfb4c92ebebf686720a89c8e5b556cdbd90fd08e Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys <mitchelh@codeaurora.org> Date: Fri, 11 Jul 2014 17:07:03 -0700 Subject: [PATCH] lrdp-v2: gdbmi: format comment in gdbmi There's a comment in gdbmi that doesn't adhere to the canonical Python prompt format. Fix this. Change-Id: I0a369669cc4c5aa5ac318da0f4949aba84bed02d --- linux-ramdump-parser-v2/gdbmi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-ramdump-parser-v2/gdbmi.py b/linux-ramdump-parser-v2/gdbmi.py index 4ba3b9f..521abac 100644 --- a/linux-ramdump-parser-v2/gdbmi.py +++ b/linux-ramdump-parser-v2/gdbmi.py @@ -144,8 +144,8 @@ class GdbMI(object): Example: - gdbmi.field_offset("struct ion_buffer", "heap") - -> 20 + >>> gdbmi.field_offset("struct ion_buffer", "heap") + 20 - `the_type': struct or type (note that if it's a struct you should include the word "struct" (e.g.: "struct -- GitLab