All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] devtool: code style fixes
@ 2015-05-11 13:17 Markus Lehtonen
  2015-05-11 13:17 ` [PATCH 01/11] devtool: standard plugins: add missing docstrings Markus Lehtonen
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Markus Lehtonen @ 2015-05-11 13:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: Paul Eggleton

This patchset contains numerous small non-functional changes to fix some style
errors and to improve the readability of the devtool code.

Markus Lehtonen (11):
  devtool: standard plugins: add missing docstrings
  devtool: standard plugins: remove unused import
  devtool: standard plugins: rename usunused variable
  devtool: lib: add missing docstrings
  devtool: lib: remove unnecessary re-import
  devtool: lib: wrap long lines in code
  devtool: deploy plugin: fix bad indentation
  devtool: deploy plugin: add missing docstrings
  devtool: deploy plugin: remove unnecessary re-import
  devtool: deploy plugin: rename unused variables
  devtool: deploy plugin: wrap long lines in code

 scripts/lib/devtool/__init__.py |  15 ++++--
 scripts/lib/devtool/deploy.py   | 112 ++++++++++++++++++++++++++++------------
 scripts/lib/devtool/standard.py |  23 +++++++--
 3 files changed, 110 insertions(+), 40 deletions(-)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-05-18 13:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-11 13:17 [PATCH 00/11] devtool: code style fixes Markus Lehtonen
2015-05-11 13:17 ` [PATCH 01/11] devtool: standard plugins: add missing docstrings Markus Lehtonen
2015-05-11 13:17 ` [PATCH 02/11] devtool: standard plugins: remove unused import Markus Lehtonen
2015-05-11 13:17 ` [PATCH 03/11] devtool: standard plugins: rename usunused variable Markus Lehtonen
2015-05-11 13:17 ` [PATCH 04/11] devtool: lib: add missing docstrings Markus Lehtonen
2015-05-11 13:17 ` [PATCH 05/11] devtool: lib: remove unnecessary re-import Markus Lehtonen
2015-05-11 13:17 ` [PATCH 06/11] devtool: lib: wrap long lines in code Markus Lehtonen
2015-05-11 13:17 ` [PATCH 07/11] devtool: deploy plugin: fix bad indentation Markus Lehtonen
2015-05-11 13:17 ` [PATCH 08/11] devtool: deploy plugin: add missing docstrings Markus Lehtonen
2015-05-11 13:17 ` [PATCH 09/11] devtool: deploy plugin: remove unnecessary re-import Markus Lehtonen
2015-05-11 13:17 ` [PATCH 10/11] devtool: deploy plugin: rename unused variables Markus Lehtonen
2015-05-11 13:17 ` [PATCH 11/11] devtool: deploy plugin: wrap long lines in code Markus Lehtonen
2015-05-12 15:20   ` Paul Eggleton
2015-05-18 13:05     ` Markus Lehtonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.