From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751532AbdFFUJl (ORCPT ); Tue, 6 Jun 2017 16:09:41 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:38320 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751445AbdFFUJj (ORCPT ); Tue, 6 Jun 2017 16:09:39 -0400 Date: Tue, 06 Jun 2017 16:09:37 -0400 (EDT) Message-Id: <20170606.160937.2113672006487973562.davem@davemloft.net> To: m-karicheri2@ti.com Cc: arvid.brodin@alten.se, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] hsr: fix coding style issues From: David Miller In-Reply-To: <1496701907-29376-1-git-send-email-m-karicheri2@ti.com> References: <1496701907-29376-1-git-send-email-m-karicheri2@ti.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 06 Jun 2017 12:27:59 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please do not mix cleanups with legitimate bug fixes. Also, when posting a multi-patch series, you must always provide an appropriate "[PATCH 0/N]" header posting that describes what you series is doing at a high level, how it is doing it, and why it is doing it that way. For this, submit the erroneous warning removal against 'net' as a single patch. And then once that propagates into the 'net-next' tree you can submit the coding style cleanups against 'net-next', thanks.