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.3 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,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 8EFF8C433DB for ; Thu, 11 Feb 2021 10:51:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6897F64EC5 for ; Thu, 11 Feb 2021 10:51:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230362AbhBKKug (ORCPT ); Thu, 11 Feb 2021 05:50:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:54874 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230147AbhBKKqp (ORCPT ); Thu, 11 Feb 2021 05:46:45 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6EB2B64E30; Thu, 11 Feb 2021 10:46:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613040364; bh=LwGqfeqndjouoBOTmTl++2nGkzNAHPW3aZzYw4jG8Zw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mKG60i4HiYI/zfsUUtRI3tJ6nEJ9AoEqJeOLeXBBQhhfugS7tfIA3NWFg1JayAtYb lI9Ad/TTxQDveeD/07RGq1iJZx5moSlfZhiGvHR5/XzIxgx5F750g6nm94NnwSKND3 JSerqobmuELONH2GkhSIGALGaSr4ATxTo/YvV7ZM= Date: Thu, 11 Feb 2021 11:46:00 +0100 From: Greg Kroah-Hartman To: karthek Cc: Dan Carpenter , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Stephen Rothwell Subject: Re: [PATCH] staging: rtl8723bs: remove obsolete commented out code Message-ID: References: <20210211075715.GD2696@kadam> 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 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 Thu, Feb 11, 2021 at 04:00:04PM +0530, karthek wrote: > Should i send them as patch series? Please do. thanks, greg k-h