public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1] tcp: Fix inconsistent indenting warning
@ 2026-03-25  7:18 Jiayuan Chen
  2026-03-25 15:08 ` Eric Dumazet
  2026-03-27  4:00 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jiayuan Chen @ 2026-03-25  7:18 UTC (permalink / raw)
  To: netdev
  Cc: Jiayuan Chen, kernel test robot, Eric Dumazet, Neal Cardwell,
	Kuniyuki Iwashima, David S. Miller, Jakub Kicinski, Paolo Abeni,
	Simon Horman, linux-kernel

Suppress such warning reported by test robot:
    include/net/tcp.h:1449 tcp_ca_event() warn: inconsistent indenting

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202603251430.gQ3VuiKV-lkp@intel.com/
Fixes: d1e59a469737 ("tcp: add cwnd_event_tx_start to tcp_congestion_ops")
Signed-off-by: Jiayuan Chen <jiayuan.chen@linux.dev>
---
 include/net/tcp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/tcp.h b/include/net/tcp.h
index 39ff4cf3c810..565943c34b7e 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1444,7 +1444,7 @@ static inline void tcp_ca_event(struct sock *sk, const enum tcp_ca_event event)
 	const struct inet_connection_sock *icsk = inet_csk(sk);
 
 	if (event == CA_EVENT_TX_START) {
-	    if (icsk->icsk_ca_ops->cwnd_event_tx_start)
+		if (icsk->icsk_ca_ops->cwnd_event_tx_start)
 			icsk->icsk_ca_ops->cwnd_event_tx_start(sk);
 		return;
 	}
-- 
2.43.0


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

* Re: [PATCH net-next v1] tcp: Fix inconsistent indenting warning
  2026-03-25  7:18 [PATCH net-next v1] tcp: Fix inconsistent indenting warning Jiayuan Chen
@ 2026-03-25 15:08 ` Eric Dumazet
  2026-03-27  4:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Dumazet @ 2026-03-25 15:08 UTC (permalink / raw)
  To: Jiayuan Chen
  Cc: netdev, kernel test robot, Neal Cardwell, Kuniyuki Iwashima,
	David S. Miller, Jakub Kicinski, Paolo Abeni, Simon Horman,
	linux-kernel

On Wed, Mar 25, 2026 at 12:19 AM Jiayuan Chen <jiayuan.chen@linux.dev> wrote:
>
> Suppress such warning reported by test robot:
>     include/net/tcp.h:1449 tcp_ca_event() warn: inconsistent indenting
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202603251430.gQ3VuiKV-lkp@intel.com/
> Fixes: d1e59a469737 ("tcp: add cwnd_event_tx_start to tcp_congestion_ops")
> Signed-off-by: Jiayuan Chen <jiayuan.chen@linux.dev>

Reviewed-by: Eric Dumazet <edumazet@google.com>

Please note you do not need to spam lkml@ for such a trivial patch.

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

* Re: [PATCH net-next v1] tcp: Fix inconsistent indenting warning
  2026-03-25  7:18 [PATCH net-next v1] tcp: Fix inconsistent indenting warning Jiayuan Chen
  2026-03-25 15:08 ` Eric Dumazet
@ 2026-03-27  4:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-03-27  4:00 UTC (permalink / raw)
  To: Jiayuan Chen
  Cc: netdev, lkp, edumazet, ncardwell, kuniyu, davem, kuba, pabeni,
	horms, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 25 Mar 2026 15:18:54 +0800 you wrote:
> Suppress such warning reported by test robot:
>     include/net/tcp.h:1449 tcp_ca_event() warn: inconsistent indenting
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202603251430.gQ3VuiKV-lkp@intel.com/
> Fixes: d1e59a469737 ("tcp: add cwnd_event_tx_start to tcp_congestion_ops")
> Signed-off-by: Jiayuan Chen <jiayuan.chen@linux.dev>
> 
> [...]

Here is the summary with links:
  - [net-next,v1] tcp: Fix inconsistent indenting warning
    https://git.kernel.org/netdev/net-next/c/552994294fe2

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2026-03-27  4:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25  7:18 [PATCH net-next v1] tcp: Fix inconsistent indenting warning Jiayuan Chen
2026-03-25 15:08 ` Eric Dumazet
2026-03-27  4:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox