[PATCH 0/3] mm: fix format issues and param types

Keren Sun posted 3 patches 1 week, 2 days ago
mm/memcontrol-v1.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
[PATCH 0/3] mm: fix format issues and param types
Posted by Keren Sun 1 week, 2 days ago
Fix some minor issues including improving formats, update params types in
functions, and removing logic duplicacies, most of which are warned by
checkpatch scirpt.

Keren Sun (3):
  mm: prefer 'unsigned int' to bare use of 'unsigned'
  mm: remove unnecessary whitespace before a quoted newline
  mm: remove the non-useful else after a break in a if statement

 mm/memcontrol-v1.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

-- 
2.47.0.338.g60cca15819-goog