From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C5EA61EE006; Tue, 3 Dec 2024 13:56:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733234205; cv=none; b=lo91xwwKFsQ7IAHdwhDN0wc2xs2MmI2+gdsbSJDUFFVSBR1T61EeRt0ucJBLExpQTlrOg9Yb/fp3Y9e6QhZ+XtfW46kmf8IAmtGSfvyIdUJQ2kC9uJP3uOe9ThBAAG8vgyrV3yGiJTpLJsSL/q6AUHaWnFzYdZzInQNYlVS62rA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733234205; c=relaxed/simple; bh=DOSaW97ofhZDd/qj/ltzOD9+35p2Q9owvaQadEbW7sQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=VZdvU6JFt38sRgNc2RF8vaPXrDT09dhiecq1j7L+NiXPP/0qMB8G53h3AbZtHBAjgWRNdHmZOTd3rbkJHcVqk+plfRlZEh8izTHQjVM4WQgEriRmq0bel/R7rPTUQxysCncjKxHZMKAurSMrz92boq8KwJQ7TiCxGcvt/n1C1As= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=BNYGsyyD; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=0ExqgN15; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="BNYGsyyD"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="0ExqgN15" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1733234201; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=TE07ei6sG26ffw8LXh4n+e1HM8a6j30I61CI/5pEb1k=; b=BNYGsyyDRaoXzU1zZcnUmIlp/nSncTpSpsC5UJq0grX9OvD3hNGS2SYinACqXd6msKnA8a E3q3N4NPnvkxMo8e9H+8CsYs3DfiMV2XgxNfGUR/Bdtx7ihtpJ5zUsMGeX8loFsd8dPCOp j458fHq4SmJP70L87mx8P2LiTEV7iGf+D+BRRS/Jg9gq4HxTJkVKE/fDxo7U0wTJS0l5eM dKEDaVQj+mX7O5Sb/3+kOXt6TR9g33F27SDb77glWn+9zC44CnkzValX2bCOsHujfahnOw RWUfcTbEv6akrBMzUhUbJbwKPG7Zey3Ee3NVotEiqwYcyO+B8fyFn0UcUw+QYw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1733234201; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=TE07ei6sG26ffw8LXh4n+e1HM8a6j30I61CI/5pEb1k=; b=0ExqgN15zBqNCHuGPJWv8+2hj++PcmofwzVdEx5p2M6WiFcYXyi8OJ/lwdDw4jmdJvdxJl Rm0jTWl2ozLG5SCA== To: Geert Uytterhoeven Cc: David Wang <00107082@163.com>, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH] genirq/proc: Add missing space separator back In-Reply-To: References: <20241108160717.9547-1-00107082@163.com> <4ce18851-6e9f-bbe-8319-cc5e69fb45c@linux-m68k.org> <87ed36zon8.ffs@tglx> <87zfldt5g4.ffs@tglx> Date: Tue, 03 Dec 2024 14:56:41 +0100 Message-ID: <87jzcguaxy.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Tue, Dec 03 2024 at 12:21, Geert Uytterhoeven wrote: > > You should also remove the leading space from the few .irq_print_chip() > callbacks that print such a space. According to > > git grep -lw irq_print_chip | xargs git grep -W "seq_.*\" " > > and filterng out the false positives: > > arch/powerpc/sysdev/fsl_msi.c: seq_printf(p, " fsl-msi-%d", cascade_virq); > drivers/bus/moxtet.c: seq_printf(p, " moxtet-%s.%i#%i", > mox_module_name(id), pos->idx, > drivers/irqchip/irq-partition-percpu.c: seq_printf(p, " %5s-%lu", > chip->name, data->hwirq); > drivers/soc/qcom/smp2p.c: seq_printf(p, " %8s", > dev_name(entry->smp2p->dev)); Care to send a patch? Thanks, tglx