From nobody Tue Dec 16 11:45:15 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4A27CCDB46E for ; Thu, 12 Oct 2023 12:13:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378495AbjJLMNl (ORCPT ); Thu, 12 Oct 2023 08:13:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347214AbjJLMNj (ORCPT ); Thu, 12 Oct 2023 08:13:39 -0400 Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8455B8 for ; Thu, 12 Oct 2023 05:13:37 -0700 (PDT) Received: by mail-lf1-x12b.google.com with SMTP id 2adb3069b0e04-50435a9f800so1265529e87.2 for ; Thu, 12 Oct 2023 05:13:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697112816; x=1697717616; darn=vger.kernel.org; h=content-transfer-encoding:content-disposition:mime-version :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=xVofpk94WCg/ueIpWywY+mApBR+nkRgqe3Q79vu2RjU=; b=AQOEU5qxfqYcIMrL/0qlcbOX053RErSINHMVZWlwOKqD2JD0Fh52w0o8A1l+Gh0xVi uk7RRlgyjiy2Xiu13b6OqU7ODKEeNXGd44KCjsJlNEzHCq5t4QiLGVSDpiEIkOo1xzF5 gLSKb+0O01wnj7l/pYnWH426kQDZ0R1NIXz3k28qIXEysrch/rAWy1SOpBLaxJM+Vp8z lZBoAJFGaxn4vf63i537YRITi4EtGwFYAh105ta+ZqKi+3wYJmxoTlJERWsY+L1ZNECH +2i2p5Zg/lpcuRwfVw4YXGNQiFgaUhAS3hpfJ++qP8Q67bBZ02XLYvWI00TGfmWZ0Yo7 YTyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697112816; x=1697717616; h=content-transfer-encoding:content-disposition:mime-version :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=xVofpk94WCg/ueIpWywY+mApBR+nkRgqe3Q79vu2RjU=; b=cINL1RTG34ZJinePmhZze5+xEOlrWchlhAEGzH6FodOg9PtVPfdMeurx+wxvZecG+b KTmNLZ7uXoicKz/e9pwnqLUuDF1eqTPwoZwvAwJt0janxGVD6ElI0vwcbzkZ2/LByBp+ kK+56mgWpXoPVs6vitD650yD4TuV8Ux+IvvK1HpXYuugAVc/WzHIN+AuzDnzICMWHrGY tnAwpAsTenF5iHIgelD8LNUJs4v99wlKsiekZzRrYsy65fOpZtoj+epFgCZWYL1N8GMG MVHjSM2bqInMGyrJpiSmycYSI7WvBhwftHNXXFasdmZfDoMRqTUOxmsmnHlSnnGpgzNR W/sA== X-Gm-Message-State: AOJu0Ywqz7qkQG1IeZ5zo6atUKPXBgcLT1M1yBnFVSQkByMpxYRPvh6X tjPw0HtlC2GoVXNCF9NaLC930wBg/f1umdBB X-Google-Smtp-Source: AGHT+IGmN+i0oRbSLI3w/xj7YZRnKL2XsVKxl9gdSLConKt7Dcf2g+IMjnmhNr+WEQ/xHuW+Uc272A== X-Received: by 2002:a19:6d1a:0:b0:4fe:7e1f:766a with SMTP id i26-20020a196d1a000000b004fe7e1f766amr18495242lfc.24.1697112815697; Thu, 12 Oct 2023 05:13:35 -0700 (PDT) Received: from GK0179 ([91.199.127.174]) by smtp.gmail.com with ESMTPSA id v1-20020a056512096100b0050480e8a676sm2786794lft.268.2023.10.12.05.13.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 Oct 2023 05:13:35 -0700 (PDT) Date: Thu, 12 Oct 2023 14:13:38 +0200 From: =?utf-8?Q?Bart=C5=82omiej?= Konecki To: linux-kernel@vger.kernel.org Cc: gregkh@linuxfoundation.org Subject: [PATCH] staging: axis-fifo: Alignment should match open parenthesis Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix 2 checks reported by checkpatch.pl in axis-fifo.c for alignment should match open parenthesis Signed-off-by: Bart=C5=82omiej Konecki --- drivers/staging/axis-fifo/axis-fifo.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/axis-fifo/axis-fifo.c b/drivers/staging/axis-f= ifo/axis-fifo.c index 727b956aa231..ab758a527261 100644 --- a/drivers/staging/axis-fifo/axis-fifo.c +++ b/drivers/staging/axis-fifo/axis-fifo.c @@ -381,8 +381,8 @@ static ssize_t axis_fifo_read(struct file *f, char __us= er *buf, */ mutex_lock(&fifo->read_lock); ret =3D wait_event_interruptible_timeout(fifo->read_queue, - ioread32(fifo->base_addr + XLLF_RDFO_OFFSET), - read_timeout); + ioread32(fifo->base_addr + XLLF_RDFO_OFFSET), + read_timeout); =20 if (ret <=3D 0) { if (ret =3D=3D 0) { @@ -522,9 +522,9 @@ static ssize_t axis_fifo_write(struct file *f, const ch= ar __user *buf, */ mutex_lock(&fifo->write_lock); ret =3D wait_event_interruptible_timeout(fifo->write_queue, - ioread32(fifo->base_addr + XLLF_TDFV_OFFSET) - >=3D words_to_write, - write_timeout); + ioread32(fifo->base_addr + XLLF_TDFV_OFFSET) + >=3D words_to_write, + write_timeout); =20 if (ret <=3D 0) { if (ret =3D=3D 0) { --=20 2.39.2