From nobody Tue Oct 7 01:56:31 2025 Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) (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 3D1E12E36F9; Tue, 15 Jul 2025 11:23:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.195.75.108 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752578617; cv=none; b=Fv7qvvPUXRz0TYVcmIaZEfpRl2cuS39W4WDcneTd0+DLg7VpKEaM7Lyq7z8yp3Bc4gUQ9Wy1G5poKHSeLAYcZzfIJgXF7NfSBZ7wsQDCkwAgTpl3kRowZ3/+JrjgLoCy+UogKKamV7g6EkHuZUApYx81Ba3a06N1ERvsnfq7X1k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752578617; c=relaxed/simple; bh=+QT/M86zCskmytZ7PZWg4WVlio2GCkF63P9EEQ0oGEw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=PoETkBGSTEbthCfgyGlwFLOZx4YSSMSp8XsE3Di/Qs+YT75RgRDM7jErgQDHrdh9bzfLLSLLqvtRDIfRxxqrIfkI8WmJpYgVemiBMBw8SMDxg4Dzu6GU5DcUq99fsM8yDMESbnrGDrVoICESmU7fx3zHeDdK9FAHZFzHFX9bfkY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org; spf=none smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=c57NFUN2; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=debian.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b="c57NFUN2" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Content-Transfer-Encoding:Content-Type :MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID: Content-Description:In-Reply-To:References; bh=qXcgEUsTZfebWBfvSms5BR8nw6hkj5uYS7YW+R+nOzY=; b=c57NFUN2qNkXIqORI+Q5PrX25x Yyzc59qOKW+2HZA4/X+bP4WC34D3IYH1/C9TUFjllWYfH7440eY8D2GkTtC6ImGlTae4siyPGCQjn q44xFu+A7LCQzJbsc3M/FDxs48QV/VXCHgc5SXXgvgursm8SKq3ekAHeQG2VNLzeNiYhlHSaqkWCX spQZwXn4iRwVQWPqGLARKKOMNyQnfL+8GJKfq6flfDhEtHIzwEoLNFvvZ1zhv0KJAxki1/9iBo9fJ 28Fs6Etwb+mm6QkMZ8BE9XRlbFjEtt6H+BHKYYcso8oYy9VudxdK7fzXGeuG2ghxoRbqwPM1+vgjr YorlXirA==; Received: from authenticated user by stravinsky.debian.org with utf8esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1ubdkx-001qFO-GL; Tue, 15 Jul 2025 11:23:31 +0000 From: =?UTF-8?q?Timo=20R=C3=B6hling?= To: linux-staging@lists.linux.dev, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Sakari Ailus , Mauro Carvalho Chehab , Hans de Goede , Andy Shevchenko Cc: ~lkcamp/patches@lists.sr.ht, koike@igalia.com, =?UTF-8?q?Timo=20R=C3=B6hling?= , Andy Shevchenko Subject: [PATCH v2] media: atomisp: style fix for trailing statements Date: Tue, 15 Jul 2025 13:23:26 +0200 Message-ID: <20250715112328.2997-1-roehling@debian.org> X-Mailer: git-send-email 2.50.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Debian-User: roehling Fix checkpatch errors "ERROR: trailing statements should be on next line" in drivers/staging/media/atomisp/pci/sh_css_params.c. Signed-off-by: Timo R=C3=B6hling Reviewed-by: Andy Shevchenko --- Changes in v2: - Added missing punctuation in commit message as requested in review. --- drivers/staging/media/atomisp/pci/sh_css_params.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/media/atomisp/pci/sh_css_params.c b/drivers/st= aging/media/atomisp/pci/sh_css_params.c index 0d4a936ad80f..2eeb75653392 100644 --- a/drivers/staging/media/atomisp/pci/sh_css_params.c +++ b/drivers/staging/media/atomisp/pci/sh_css_params.c @@ -875,7 +875,8 @@ ia_css_process_kernel(struct ia_css_stream *stream, =20 /* update the other buffers to the pipe specific copies */ for (stage =3D pipeline->stages; stage; stage =3D stage->next) { - if (!stage || !stage->binary) continue; + if (!stage || !stage->binary) + continue; process(pipeline->pipe_id, stage, params); } } @@ -3045,7 +3046,8 @@ process_kernel_parameters(unsigned int pipe_id, /* Call parameter process functions for all kernels */ /* Skip SC, since that is called on a temp sc table */ for (param_id =3D 0; param_id < IA_CSS_NUM_PARAMETER_IDS; param_id++) { - if (param_id =3D=3D IA_CSS_SC_ID) continue; + if (param_id =3D=3D IA_CSS_SC_ID) + continue; if (params->config_changed[param_id]) ia_css_kernel_process_param[param_id](pipe_id, stage, params); } @@ -3600,7 +3602,8 @@ sh_css_params_write_to_ddr_internal( IA_CSS_PARAM_CLASS_PARAM, mem); size_t size =3D isp_data->size; =20 - if (!size) continue; + if (!size) + continue; buff_realloced =3D reallocate_buffer(&ddr_map->isp_mem_param[stage_num][= mem], &ddr_map_size->isp_mem_param[stage_num][mem], size, --=20 2.50.0