mbox series

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

Message ID 20241115235744.1419580-1-kerensun@google.com (mailing list archive)
Headers show
Series mm: fix format issues and param types | expand

Message

Keren Sun Nov. 15, 2024, 11:57 p.m. UTC
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(-)