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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 86519C433E0 for ; Sat, 27 Jun 2020 05:07:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5F1E920CC7 for ; Sat, 27 Jun 2020 05:07:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593234470; bh=4eXtfmvFNGo6KGU0D8a17po2CGm2YzO6PKScRYuLrQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pKq1J8HZHMDAqk4f56uCCONbRGn9kq1zzRh2BBIy5LaTBL0AcCqFMw65KueDswj4F WThf/En8BeWlgysLcwMhvyMMuzNSC8SegRNHNvBTBQGottK6c6Xjb346l70eIKgGPn /f+BRQqQu3GQGvTIcMKFve4md05nMhDG5jjwLVeE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725948AbgF0FHt (ORCPT ); Sat, 27 Jun 2020 01:07:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:37262 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725770AbgF0FHs (ORCPT ); Sat, 27 Jun 2020 01:07:48 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DA23820707; Sat, 27 Jun 2020 05:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593234468; bh=4eXtfmvFNGo6KGU0D8a17po2CGm2YzO6PKScRYuLrQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iehcu4iqdvjTjR0yDg2DdP9WxF3esmLlBQXuPu0L/yOEEISjuebO6sWbyTsd1i9Fu NGRcpefYrwN3ZTG920CVGmpkvE7Ow2RQyFDjqbSdcXVnFZ5qQiuvElCUucghD5CGxa QLbUsZoZSLXZhgtotZiDlrB1zD3T2vkDID+Oi6GE= Date: Sat, 27 Jun 2020 07:07:45 +0200 From: Greg Kroah-Hartman To: B K KARTHIK PES2201800185STUDENT ECE DeptPESU EC Campus Cc: Hans Verkuil , Mauro Carvalho Chehab , linux-media@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: media: usbvision: removing prohibited space before ',' (ctx:WxW) Message-ID: <20200627050745.GD226238@kroah.com> References: <20200626143205.xns6nwggskssujao@pesu-pes-edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Fri, Jun 26, 2020 at 11:42:49AM -0400, B K KARTHIK PES2201800185STUDENT ECE DeptPESU EC Campus wrote: > Oh, I'm sorry but wouldn't it be helpful if we had a file that lists > all drivers that are scheduled for removal? The TODO file in the directory for the driver should have this information in it. I don't know if all of the media drivers have this, if not, then there is no way you could have known this. thanks, greg k-h