From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757033AbcLOROJ (ORCPT ); Thu, 15 Dec 2016 12:14:09 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:40520 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752866AbcLOROI (ORCPT ); Thu, 15 Dec 2016 12:14:08 -0500 Date: Thu, 15 Dec 2016 09:14:17 -0800 From: Greg KH To: Gaosheng Wu Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] kthread:fix coding style issue Message-ID: <20161215171417.GB27592@kroah.com> References: <1481790173-24596-1-git-send-email-wugsh15@lzu.edu.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1481790173-24596-1-git-send-email-wugsh15@lzu.edu.cn> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 15, 2016 at 04:22:53PM +0800, Gaosheng Wu wrote: > From: GaoShengWu > > Line 28 of kthread.c violates chapter 3 of CodingStyle - put the opening > brace last on the line, and put the closing brace first. > > Signed-off-by: GaoShengWu Please do coding style fixes on drivers/staging/* first, so that you can learn the proper process for doing this and not annoy the core kernel developers with incorrect patches. good luck! greg k-h