Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp608356pxf; Thu, 8 Apr 2021 09:21:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwn6d+Y75R6d5zl4aQBrymczzY/pTWaorNm1vi80tl77i/PF9K6lUf2Vf0GK8/FFlO1FxtS X-Received: by 2002:a17:90a:31c1:: with SMTP id j1mr9532429pjf.4.1617898917824; Thu, 08 Apr 2021 09:21:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617898917; cv=none; d=google.com; s=arc-20160816; b=Q0nvVk5knxnTmwy2lzIJzykJI3Cn//rrwOp0q8aBYaymgcaeg6HHi+zOpsW4FXefQh rokNmRGZf1TNvwfm+T+5KekV0SzjH/aELnF1INcN59IX2A3y5XHrbl3pHq0aRJDNz9gf ItBkrcpvqTPcEYtUyq+92sYz8Qwiha0MQ5fMj4A6Z5w7hWNcA3MfeZ4Xm1OgIxY4vBU7 Emx9RX1MbNoj/f5Q6F+LpvSirKdkWuzHzSMEt2evkeTHvnED0XcelcBsmZK2vsrtPfzn A5qnSAFN/aCxHjLuup7Whc/G3RfoSJQGItbvSEcBsCXJXsAQER0az/64l2B/arUIeM1S bqgg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:organization:references:in-reply-to:date:cc:to:from :subject:message-id; bh=iQUOoaTxmSgcU6IuDxl+D9UzmiILsIczdsPlwF4fjW4=; b=htS4x+mp8im6t15Rbox2nVWItUBZsf5KYjN5xvNmON/s723JZiMyDPpQbYwLkr1m/n OXLP4zd7V2e/6Aki3yQf/EShnaBOMe8rngaC6rNZSNA9saV++DEGJdbNBe1a85t2TSxI dLejysYqd2u/qOHkH8NtcUks9SHC4imC4ihBccNUopOdB2OjETf7g/M2LpNiA6x+fNEg CNvxacU0KZ1sNfhFFLrZlRCb2Jpy+D1wa6WBHUtSnI7Qnn51H2LMIHw3hellMmofxDdH QPQGOcKAtGAph4ToQerqLPsuNjXFwLjn4oChmbe23mDLI+0bJVLteggvLHQ0kGpTRXW0 G83Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y7si1735619plh.421.2021.04.08.09.21.46; Thu, 08 Apr 2021 09:21:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232115AbhDHQVM (ORCPT + 99 others); Thu, 8 Apr 2021 12:21:12 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:49250 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231785AbhDHQVL (ORCPT ); Thu, 8 Apr 2021 12:21:11 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id B82A11F45CF6 Message-ID: Subject: Re: [PATCH 1/2 v2] staging: media: hantro: Align line break to the open parenthesis in file hantro_hw.h From: Ezequiel Garcia To: Aline Santana Cordeiro , 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 Date: Thu, 08 Apr 2021 13:20:49 -0300 In-Reply-To: <1e6d73432d60dfb8bb3f7f2bd6bf3084091a2a39.1617890467.git.alinesantanacordeiro@gmail.com> References: <1e6d73432d60dfb8bb3f7f2bd6bf3084091a2a39.1617890467.git.alinesantanacordeiro@gmail.com> Organization: Collabora Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.2-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ola Aline, Welcome to the kernel community. Hope you enjoy some of this Outreachy adventures. Normally, when you submit a v2, we want to know what changed between the first submission and v2. If you are subscribed to linux-media, you can read some of the series with a vN+1 and look how it's done. Examples: https://www.spinics.net/lists/linux-media/msg190043.html https://www.spinics.net/lists/linux-media/msg189923.html I'm sure your Outreachy mentors can tell you more. On Thu, 2021-04-08 at 11:07 -0300, Aline Santana Cordeiro wrote: > Aligns line break with the remaining function arguments > to the open parenthesis. Issue found by checkpatch. > > Signed-off-by: Aline Santana Cordeiro > --- >  drivers/staging/media/hantro/hantro_hw.h | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/media/hantro/hantro_hw.h b/drivers/staging/media/hantro/hantro_hw.h > index 34c9e46..a650b9c 100644 > --- a/drivers/staging/media/hantro/hantro_hw.h > +++ b/drivers/staging/media/hantro/hantro_hw.h > @@ -207,7 +207,7 @@ hantro_h264_mv_size(unsigned int width, unsigned int height) >  void hantro_g1_mpeg2_dec_run(struct hantro_ctx *ctx); >  void rk3399_vpu_mpeg2_dec_run(struct hantro_ctx *ctx); >  void hantro_mpeg2_dec_copy_qtable(u8 *qtable, > -       const struct v4l2_ctrl_mpeg2_quantization *ctrl); > +                                 const struct v4l2_ctrl_mpeg2_quantization *ctrl); >  int hantro_mpeg2_dec_init(struct hantro_ctx *ctx); >  void hantro_mpeg2_dec_exit(struct hantro_ctx *ctx); >