Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1572069 > unrolled thread

[PATCH 0/4] mm: trivial sparse and checkpatch fixes

Started by"Tobin C. Harding" <me@tobin.cc>
First post2017-02-02 00:40 +0100
Last post2017-02-02 00:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] mm: trivial sparse and checkpatch fixes "Tobin C. Harding" <me@tobin.cc> - 2017-02-02 00:40 +0100

#1572069 — [PATCH 0/4] mm: trivial sparse and checkpatch fixes

From"Tobin C. Harding" <me@tobin.cc>
Date2017-02-02 00:40 +0100
Subject[PATCH 0/4] mm: trivial sparse and checkpatch fixes
Message-ID<t6cFj-4kV-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web