From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C973270 for ; Fri, 9 Apr 2021 12:24:28 +0000 (UTC) Received: by mail-qk1-f175.google.com with SMTP id z10so5517566qkz.13 for ; Fri, 09 Apr 2021 05:24:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=FFyKVQiiCs5puSz3WES2iYZgay4qT5NEj+d2mqioyWY=; b=Z3neBw2YL7iaEMhoqCq7Li4M/YjKFuEfckanqHotLbExe4Q2djjXb2dGWlQqaW+c8r CWvZOzcCZy/G/+pXQwODwqD88jKLpOvotARANlWv4dzd4AI4RaW2K5cTrui/rm3MoQ7z KO1kHhuWblajOaR/KW1xCeGbAA6mk9OIdWNIfXBzm0q1R4t/16OJSUmA/fGdO+Bn9OqS kXkRLc1nxXJOgBllIlegiWn3VYcwu71Bam+eRczRJEB9Epojo0a4z+I+GAvAW7zzz9Nq jj1K/ZDHyp5OxRXgolrvGk+QuOI2m451xzAiaQ65vYZHzZo7D5yBbhbxqTgIj3EbyB04 o1rw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=FFyKVQiiCs5puSz3WES2iYZgay4qT5NEj+d2mqioyWY=; b=MP+VLFkdzjRWRMUIBRRlI2GSKAAGIwYTservnPdzMoMVEDWUx70qoayABRCH2fO442 oot/1hGUDzxLvuDW7H34jk5t5rhnEmT+EX1U9p5jeWKB0yGr6Wc7dMQx0XoQiNXxhZRz 3JyEZH5XKY83tC+8XU5ho5J+XuBGaQx1T99T42nlS3ma1SqdvYhOghz7G+ynhhqMJaVG Yje1hJpnOfoPU/kVSxmBtD6p5IsokQNVevbi8dklhxIaRmlBoH4wK7roBFSjo3kywqlt XUsIkL3wB7yppfpCxK5juJuc+1n9kKHgVB2hFbD41vGOwxpXxEIzI0zJOXan8VmVstnv B1ag== X-Gm-Message-State: AOAM53364doEm8o1ClqYmWuLxvnzqWazpoiPuqHvRWFdtHeTr5XjZRT6 yCwjRHMBg+EqjS6Bi6wL4qQ= X-Google-Smtp-Source: ABdhPJwZO170GmUfRXKwffIyZXccIeGIdNKr6SdeRDoJHGlHzqzG68TuosmYyukDuZKxo2ckJXrT1A== X-Received: by 2002:a37:93c2:: with SMTP id v185mr5189190qkd.179.1617971067966; Fri, 09 Apr 2021 05:24:27 -0700 (PDT) Received: from focaruja ([2001:1284:f013:b099:8056:1dc0:5a27:acd7]) by smtp.gmail.com with ESMTPSA id k4sm1610193qke.13.2021.04.09.05.24.27 (version=TLS1 cipher=ECDHE-ECDSA-AES128-SHA bits=128/128); Fri, 09 Apr 2021 05:24:27 -0700 (PDT) Date: Fri, 9 Apr 2021 09:24:25 -0300 From: Aline Santana Cordeiro To: Ezequiel Garcia , Philipp Zabel , Mauro Carvalho Chehab , Greg Kroah-Hartman Cc: linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, alinesantanacordeiro@gmail.com Subject: [Outreachy kernel][PATCH 2/2 v3] staging: media: hantro: Align line break to the open parenthesis in file hantro_mpeg2.c Message-ID: <790e0b3def9e7bc747122c9b6f336b857cd05d11.1617970550.git.alinesantanacordeiro@gmail.com> References: X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Aligns line break with the remaining function arguments to the open parenthesis. Issue found by checkpatch. Signed-off-by: Aline Santana Cordeiro --- Changes since v2: - Rename the commit messages properly Changes since v1: - Send patchset without the cover-letter - Rename the commit messages wrongly in the email subject only drivers/staging/media/hantro/hantro_mpeg2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/hantro/hantro_mpeg2.c b/drivers/staging/media/hantro/hantro_mpeg2.c index 1d334e6..53a99a9 100644 --- a/drivers/staging/media/hantro/hantro_mpeg2.c +++ b/drivers/staging/media/hantro/hantro_mpeg2.c @@ -19,7 +19,7 @@ static const u8 zigzag[64] = { }; void hantro_mpeg2_dec_copy_qtable(u8 *qtable, - const struct v4l2_ctrl_mpeg2_quantization *ctrl) + const struct v4l2_ctrl_mpeg2_quantization *ctrl) { int i, n; -- 2.7.4