lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251017045817.137483e1@batman.local.home>
Date: Fri, 17 Oct 2025 04:58:17 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: XueBing Chen <chenxb_99091@....com>
Cc: mingo@...hat.com, peterz@...radead.org, juri.lelli@...hat.com,
 vincent.guittot@...aro.org, dietmar.eggemann@....com, bsegall@...gle.com,
 mgorman@...e.de, vschneid@...hat.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sched: Fix code indentation at line 10371

On Fri, 17 Oct 2025 14:41:52 +0800
XueBing Chen <chenxb_99091@....com> wrote:

> Fix checkpatch.pl indentation warning by replacing spaces with tab.

checkpatch.ps is to be used on patches *AND NEVER EXISTING CODE*!

Please do not "fix" existing code with what checkpatch complains about,
unless it's a real bug. That's not its purpose. This just adds noise to
the git log.

NAK.

-- Steve


> 
> Signed-off-by: XueBing Chen <chenxb_99091@....com>
> ---
>  kernel/sched/core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/sched/core.c b/kernel/sched/core.c
> index 198d2dd45..24fd78d42 100644
> --- a/kernel/sched/core.c
> +++ b/kernel/sched/core.c
> @@ -10368,7 +10368,7 @@ const u32 sched_prio_to_wmult[40] = {
>  
>  void call_trace_sched_update_nr_running(struct rq *rq, int count)
>  {
> -        trace_sched_update_nr_running_tp(rq, count);
> +	trace_sched_update_nr_running_tp(rq, count);
>  }
>  
>  #ifdef CONFIG_SCHED_MM_CID


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ