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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 C5E0DC433B4 for ; Thu, 29 Apr 2021 17:03:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 878DE613ED for ; Thu, 29 Apr 2021 17:03:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232724AbhD2RDt (ORCPT ); Thu, 29 Apr 2021 13:03:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:40386 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240858AbhD2RDr (ORCPT ); Thu, 29 Apr 2021 13:03:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E3819613ED; Thu, 29 Apr 2021 17:02:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619715780; bh=86ih1Pwmgv0YL5x9tywf55q61EjjUm4JVP9sqao1QdI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hV6N0ssirvcFMAC4nHeJ3RI7CHxhtr7a5qHAQOrRyb/zArTto/mbpT8EeExaeEnXR GzNuFWCxbWLrkkxQ2yNnqd4EKPzrgtJdt3hS5zb+yMQzFsxirhBzNb72a8J5rQduhh fON0mlhKvxGlVF8bM4UE0WmraBKNtG1UKLtZGqXs= Date: Thu, 29 Apr 2021 19:02:57 +0200 From: Greg Kroah-Hartman To: Deepak R Varma 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 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. :) thanks, greg k-h