All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mm: trivial sparse and checkpatch fixes
@ 2017-02-01 23:37 ` Tobin C. Harding
  0 siblings, 0 replies; 16+ messages in thread
From: Tobin C. Harding @ 2017-02-01 23:37 UTC (permalink / raw)
  To: linux-mm
  Cc: linux-kernel, Andrew Morton, Kirill A. Shutemov, Jan Kara,
	Ross Zwisler, Michal Hocko, Tobin C Harding

From: Tobin C Harding <me@tobin.cc>

This patchset fixes trivial sparse and checkpatch errors/warnings. The
majority of the changes are whitespace only. The only code changes are
replace 0 with NULL, and remove extraneous braces around single statement.

Patchset aims to only make changes when they objectively increase the
cleanliness of the code, does not touch line over 80 warnings.

Changes have been tested by building and booting kernel.

Tobin C Harding (4):
  mm: Fix sparse, use plain integer as NULL pointer
  mm: Fix checkpatch warnings, whitespace
  mm: Fix checkpatch errors, whitespace errors
  mm: Fix checkpatch warning, extraneous braces

 mm/memory.c | 66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 34 deletions(-)

-- 
2.7.4

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2017-02-02 13:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-01 23:37 [PATCH 0/4] mm: trivial sparse and checkpatch fixes Tobin C. Harding
2017-02-01 23:37 ` Tobin C. Harding
2017-02-01 23:37 ` [PATCH 1/4] mm: Fix sparse, use plain integer as NULL pointer Tobin C. Harding
2017-02-01 23:37   ` Tobin C. Harding
2017-02-02 13:08   ` Kirill A. Shutemov
2017-02-02 13:08     ` Kirill A. Shutemov
2017-02-01 23:37 ` [PATCH 2/4] mm: Fix checkpatch warnings, whitespace Tobin C. Harding
2017-02-01 23:37   ` Tobin C. Harding
2017-02-02  0:48   ` David Rientjes
2017-02-02  0:48     ` David Rientjes
2017-02-02  3:51     ` Tobin Harding
2017-02-02  3:51       ` Tobin Harding
2017-02-01 23:37 ` [PATCH 3/4] mm: Fix checkpatch errors, whitespace errors Tobin C. Harding
2017-02-01 23:37   ` Tobin C. Harding
2017-02-01 23:37 ` [PATCH 4/4] mm: Fix checkpatch warning, extraneous braces Tobin C. Harding
2017-02-01 23:37   ` Tobin C. Harding

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.