Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754496AbdHZM3M (ORCPT ); Sat, 26 Aug 2017 08:29:12 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:53728 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752470AbdHZM3K (ORCPT ); Sat, 26 Aug 2017 08:29:10 -0400 Date: Sat, 26 Aug 2017 09:28:59 -0300 From: Mauro Carvalho Chehab To: Bhumika Goyal Cc: Julia Lawall , mchehab@kernel.org, hverkuil@xs4all.nl, Jonathan Corbet , Kyungmin Park , kamil@wypas.org, a.hajda@samsung.com, bparrot@ti.com, linux-media@vger.kernel.org, Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 00/10] [media] platform: make video_device const Message-ID: <20170826092859.23ee1639@vento.lan> In-Reply-To: References: <1503742812-16139-1-git-send-email-bhumirks@gmail.com> <20170826085942.78e0d222@vento.lan> Organization: Samsung X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1890 Lines: 50 Em Sat, 26 Aug 2017 17:42:34 +0530 Bhumika Goyal escreveu: > On Sat, Aug 26, 2017 at 5:29 PM, Mauro Carvalho Chehab > wrote: > > Em Sat, 26 Aug 2017 15:50:02 +0530 > > Bhumika Goyal escreveu: > > > >> Make make video_device const. > >> > >> Bhumika Goyal (10): > >> [media] cx88: make video_device const > >> [media] dt3155: make video_device const > >> [media]: marvell-ccic: make video_device const > >> [media] mx2-emmaprp: make video_device const > >> [media]: s5p-g2d: make video_device const > >> [media]: ti-vpe: make video_device const > >> [media] via-camera: make video_device const > >> [media]: fsl-viu: make video_device const > >> [media] m2m-deinterlace: make video_device const > >> [media] vim2m: make video_device const > >> > >> drivers/media/pci/cx88/cx88-blackbird.c | 2 +- > >> drivers/media/pci/dt3155/dt3155.c | 2 +- > >> drivers/media/platform/fsl-viu.c | 2 +- > >> drivers/media/platform/m2m-deinterlace.c | 2 +- > >> drivers/media/platform/marvell-ccic/mcam-core.c | 2 +- > >> drivers/media/platform/mx2_emmaprp.c | 2 +- > >> drivers/media/platform/s5p-g2d/g2d.c | 2 +- > >> drivers/media/platform/ti-vpe/cal.c | 2 +- > >> drivers/media/platform/ti-vpe/vpe.c | 2 +- > >> drivers/media/platform/via-camera.c | 2 +- > >> drivers/media/platform/vim2m.c | 2 +- > > > > Please, don't do one such cleanup patch per file. Instead, group > > it per subdirectory, e. g. on e patch for: > > drivers/media/platform/ > > > > and another one for: > > drivers/media/pci/ > > > > That makes a lot easier to review and apply. > > > > Okay, I will keep this in mind. Should I send a v2 for both the series? Yes, please. Thanks, Mauro