From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 436A8C433ED for ; Thu, 29 Apr 2021 22:15:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 16F8861457 for ; Thu, 29 Apr 2021 22:15:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229672AbhD2WQO (ORCPT ); Thu, 29 Apr 2021 18:16:14 -0400 Received: from msg-2.mailo.com ([213.182.54.12]:49422 "EHLO msg-2.mailo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbhD2WQJ (ORCPT ); Thu, 29 Apr 2021 18:16:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1619734382; bh=fqVkx3TPT2hzWCKBQXOQPX3j7Tp/i9ftQf4QckfR9jw=; h=X-EA-Auth:Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=TfgP1zmnQpIeBk4GhCUEnowGIWyTg+lHHP7BB5dE2DLN2tzaz8NjNu64VRoRL0Wn/ 2f8ivAXa+3rYeOdJ6HB/3WOjbZzv33N7lpuPXFlByo91axybr8YpKJXEHBHOdh5Ij5 fRx8BXz0KOA4rXosl/47xJmJsuKpFI1EckrC/wgU= Received: by 192.168.90.13 [192.168.90.13] with ESMTP via ip-206.mailobj.net [213.182.55.206] Fri, 30 Apr 2021 00:13:01 +0200 (CEST) X-EA-Auth: FGh2PRfjIk7MPz+rAvHCky0S4v4blJapa6WZTmW7IuCPXm1pW1kq24GIKw0REpzL7qNl0raovijQQu6jMgDT+5ScuxVTW+CF Date: Fri, 30 Apr 2021 03:42:58 +0530 From: Deepak R Varma To: Greg Kroah-Hartman Cc: Mauro Carvalho Chehab , Sakari Ailus , linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: code clean up confirmation => staging: media: atomisp: pci driver Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 29, 2021 at 07:02:57PM +0200, Greg Kroah-Hartman wrote: > On Thu, Apr 29, 2021 at 10:01:16PM +0530, Deepak R Varma wrote: > > Hello All, > > Is anyone already working on code clean up of the following driver > > /files? I am specifically targeting addressing the checkpatch > > complaints. Let me know. > > > > drivers/staging/media/atomisp/pci > > There's no need to ask, just do the work and submit the patches. > > We do not "claim" work ahead of time in the kernel, that is what has > killed other open source projects numerous times in the past. We know > to learn from other's mistakes. :) > Hello Greg, Thank you for the guidance. Just wanted to make sure I am not overstepping on someone else's work. I will go ahead and work on the clean up. Thank you, deepak. > thanks, > > greg k-h