[PATCH v1 00/13] Clean up code style

Xichao Zhao posted 13 patches 1 month, 2 weeks ago
lib/raid6/algos.c          |   2 +-
lib/raid6/avx2.c           | 122 +++++++++++++++++------------------
lib/raid6/avx512.c         |  94 +++++++++++++--------------
lib/raid6/loongarch_simd.c | 116 +++++++++++++++++-----------------
lib/raid6/mmx.c            |  24 +++----
lib/raid6/recov.c          |  44 +++++++------
lib/raid6/recov_avx2.c     |  28 +++++----
lib/raid6/recov_avx512.c   |  20 +++---
lib/raid6/recov_s390xc.c   |  36 ++++++-----
lib/raid6/recov_ssse3.c    |  36 ++++++-----
lib/raid6/rvv.c            |  16 ++---
lib/raid6/sse1.c           |  30 ++++-----
lib/raid6/sse2.c           | 126 ++++++++++++++++++-------------------
13 files changed, 356 insertions(+), 338 deletions(-)
[PATCH v1 00/13] Clean up code style
Posted by Xichao Zhao 1 month, 2 weeks ago
Reduce or add spaces to clean up code style.
Clean up comment style.
No functional changes here.

Xichao Zhao (13):
  lib/raid6: Clean up code style in sse2.c
  lib/raid6: Clean up code style in sse1.c
  lib/raid6: Clean up code style in rvv.c
  lib/raid6: Clean up code style in recov_ssse3.c
  ib/raid6: Clean up code style in recov_s390xc.c
  lib/raid6: Clean up code style in recov_avx512.c
  lib/raid6: Clean up code style in recov_avx2.c
  lib/raid6: Clean up code style in recov.c
  lib/raid6: Clean up code style in mmx.c
  lib/raid6: Clean up code style in loongarch_simd.c
  lib/raid6: Clean up code style in avx512.c
  lib/raid6: Clean up code style in algos.c
  lib/raid6: Clean up code style in avx2.c

 lib/raid6/algos.c          |   2 +-
 lib/raid6/avx2.c           | 122 +++++++++++++++++------------------
 lib/raid6/avx512.c         |  94 +++++++++++++--------------
 lib/raid6/loongarch_simd.c | 116 +++++++++++++++++-----------------
 lib/raid6/mmx.c            |  24 +++----
 lib/raid6/recov.c          |  44 +++++++------
 lib/raid6/recov_avx2.c     |  28 +++++----
 lib/raid6/recov_avx512.c   |  20 +++---
 lib/raid6/recov_s390xc.c   |  36 ++++++-----
 lib/raid6/recov_ssse3.c    |  36 ++++++-----
 lib/raid6/rvv.c            |  16 ++---
 lib/raid6/sse1.c           |  30 ++++-----
 lib/raid6/sse2.c           | 126 ++++++++++++++++++-------------------
 13 files changed, 356 insertions(+), 338 deletions(-)

-- 
2.34.1