All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Clean up some syntax issue on unzip_vle.c
@ 2018-11-12 20:43 ` Cristian Sicilia
  0 siblings, 0 replies; 27+ messages in thread
From: Cristian Sicilia @ 2018-11-12 20:43 UTC (permalink / raw)
  To: Gao Xiang, Chao Yu, Greg Kroah-Hartman, linux-erofs
  Cc: devel, linux-kernel, Cristian Sicilia

This patch will do some syntax fix on unzip_vle.c file.
The first patch will produce the removeal of all comparison
with NULL constant prepending not operator for equals comparision.
The second patch move the constant comparison to the right side.
The third align some parameter with the previous parenthesis.

Cristian Sicilia (3):
  staging: erofs: unzip_vle.c: Replace comparison to NULL.
  staging: erofs: unzip_vle.c: Constant in comparison on right side
  staging: erofs: unzip_vle.c: Align parameter to the parentesis

 drivers/staging/erofs/unzip_vle.c | 105 +++++++++++++++++++-------------------
 1 file changed, 53 insertions(+), 52 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-11-16  3:07 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-12 20:43 [PATCH 0/3] Clean up some syntax issue on unzip_vle.c Cristian Sicilia
2018-11-12 20:43 ` Cristian Sicilia
2018-11-12 20:43 ` [PATCH 1/3] staging: erofs: unzip_vle.c: Replace comparison to NULL Cristian Sicilia
2018-11-12 20:43   ` Cristian Sicilia
2018-11-12 22:46   ` Greg Kroah-Hartman
2018-11-12 22:46     ` Greg Kroah-Hartman
2018-11-12 23:31     ` Cristian Sicilia
2018-11-12 23:46       ` Greg Kroah-Hartman
2018-11-12 23:46         ` Greg Kroah-Hartman
2018-11-13  0:38         ` Gao Xiang
2018-11-13  0:38           ` Gao Xiang
2018-11-13  0:15   ` Gao Xiang
2018-11-13  0:15     ` Gao Xiang
2018-11-16  3:07   ` Chao Yu
2018-11-16  3:07     ` Chao Yu
2018-11-12 20:43 ` [PATCH 2/3] staging: erofs: unzip_vle.c: Constant in comparison on right side Cristian Sicilia
2018-11-12 20:43   ` Cristian Sicilia
2018-11-13  0:02   ` Gao Xiang
2018-11-13  0:02     ` Gao Xiang
2018-11-16  3:07   ` Chao Yu
2018-11-16  3:07     ` Chao Yu
2018-11-12 20:43 ` [PATCH 3/3] staging: erofs: unzip_vle.c: Align parameter to the parentesis Cristian Sicilia
2018-11-12 20:43   ` Cristian Sicilia
2018-11-13  0:00   ` Gao Xiang
2018-11-13  0:00     ` Gao Xiang
2018-11-16  3:07   ` Chao Yu
2018-11-16  3:07     ` Chao Yu

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.