From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752481AbdLFOyj (ORCPT ); Wed, 6 Dec 2017 09:54:39 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:42386 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752018AbdLFOyi (ORCPT ); Wed, 6 Dec 2017 09:54:38 -0500 Date: Wed, 6 Dec 2017 15:54:38 +0100 From: Greg KH To: Victor Carvalho Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] [FIX] staging: pi433: fix last commit indentation Message-ID: <20171206145438.GB20550@kroah.com> References: <20171203155239.GA13710@linuz-ub.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171203155239.GA13710@linuz-ub.lan> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 03, 2017 at 01:52:43PM -0200, Victor Carvalho wrote: > fix indentation in commit: > > - 928150e1dbb8638f309493b7dc72d56c20896704 staging: pi433: fix coding style in function rf69_set_rx_cfg() There is no such commit in the kernel tree :( Also, no need for [FIX] in the subject line. If yuo have a problem with a previous patch, just fix it up and resend the whole thing and properly version the patch. Also, use scripts/get_maintainer.pl to know who to cc: and what mailing list to send the patches to, you missed a bunch of people here :( thanks, greg k-h