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

Kang Minchul posted 3 patches 3 years, 5 months ago
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 v2 0/3] libbpf: Fixed various checkpatch issues
Posted by Kang Minchul 3 years, 5 months ago
This patch series contains various checkpatch fixes
in btf.c, libbpf.c, ringbuf.c.

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

v1 -> v2: changed cover letter message.

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 v2 0/3] libbpf: Fixed various checkpatch issues
Posted by patchwork-bot+netdevbpf@kernel.org 3 years, 4 months ago
Hello:

This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Mon, 14 Nov 2022 04:06:45 +0900 you wrote:
> This patch series contains various checkpatch fixes
> in btf.c, libbpf.c, ringbuf.c.
> 
> I know these are trivial but some issues are hard to ignore
> and I think these checkpatch issues are accumulating.
> 
> v1 -> v2: changed cover letter message.
> 
> [...]

Here is the summary with links:
  - [v2,1/3] libbpf: checkpatch: Fixed code alignments in btf.c
    https://git.kernel.org/bpf/bpf-next/c/c7694ac340b0
  - [v2,2/3] libbpf: Fixed various checkpatch issues in libbpf.c
    https://git.kernel.org/bpf/bpf-next/c/e3ba8e4e8c19
  - [v2,3/3] libbpf: checkpatch: Fixed code alignments in ringbuf.c
    https://git.kernel.org/bpf/bpf-next/c/b486d19a0ab0

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 0/3] libbpf: Fixed various checkpatch issues
Posted by sdf@google.com 3 years, 4 months ago
On 11/14, Kang Minchul wrote:
> This patch series contains various checkpatch fixes
> in btf.c, libbpf.c, ringbuf.c.

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

> v1 -> v2: changed cover letter message.

> 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

Acked-by: Stanislav Fomichev <sdf@google.com>

>   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