[PATCH 0/3] libbpf: Fixed various checkpatch issues

Kang Minchul posted 3 patches 3 years, 5 months ago
There is a newer version of this series
tools/lib/bpf/btf.c     |  5 +++--
tools/lib/bpf/libbpf.c  | 45 +++++++++++++++++++++++++----------------
tools/lib/bpf/ringbuf.c |  4 ++--
3 files changed, 33 insertions(+), 21 deletions(-)
[PATCH 0/3] libbpf: Fixed various checkpatch issues
Posted by Kang Minchul 3 years, 5 months ago
This patch series fixes contains various checkpatch fixes
in btf.c, libbpf.c, ringbuf.c.

I know these are trivial but some issues are hard to ignore
and these are accumulating.

Kang Minchul (3):
  libbpf: checkpatch: Fixed code alignments in btf.c
  libbpf: Fixed various checkpatch issues in libbpf.c
  libbpf: checkpatch: Fixed code alignments in ringbuf.c

 tools/lib/bpf/btf.c     |  5 +++--
 tools/lib/bpf/libbpf.c  | 45 +++++++++++++++++++++++++----------------
 tools/lib/bpf/ringbuf.c |  4 ++--
 3 files changed, 33 insertions(+), 21 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] libbpf: Fixed various checkpatch issues
Posted by Kang Minchul 3 years, 5 months ago
2022년 11월 14일 (월) 오전 12:43, Kang Minchul <tegongkang@gmail.com>님이 작성:
>
> This patch series fixes contains various checkpatch fixes
I just found out that the cover letter message is weird.
I will send new patch series with a modified cover letter message.
Sorry for the inconvenience. I'm still learning.

regards,

Kang Minchul