lint: Fix warnings and errors.
Manually revised lint warnings and fixed most of them.
Only 211 lint issues left after this change is merged.
BUG=none
TEST=make test
Change-Id: I12a57ce1ef4f442bd8e5f2ccd2284b8b6258e928
Reviewed-on: https://chromium-review.googlesource.com/241392
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Commit-Queue: Hung-Te Lin <hungte@chromium.org>
Tested-by: Hung-Te Lin <hungte@chromium.org>
diff --git a/py/gooftool/fmap.py b/py/gooftool/fmap.py
index 4ada30a..05fac81 100644
--- a/py/gooftool/fmap.py
+++ b/py/gooftool/fmap.py
@@ -2,7 +2,7 @@
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""This module provides basic encode and decode functionality to the flashrom memory map (FMAP) structure.
+"""Basic encode and decode function for flashrom memory map (FMAP) structure.
Usage:
(decode)