From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758070AbdEVJcX (ORCPT ); Mon, 22 May 2017 05:32:23 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51100 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757539AbdEVJcV (ORCPT ); Mon, 22 May 2017 05:32:21 -0400 Date: Mon, 22 May 2017 11:32:11 +0200 From: Greg Kroah-Hartman To: Rui Teng Cc: speakup@linux-speakup.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/staging/speakup: fix some coding style problem in spk_ttyio.c Message-ID: <20170522093211.GA11923@kroah.com> References: <20170520184347.3870-1-rui.teng@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170520184347.3870-1-rui.teng@linux.vnet.ibm.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 21, 2017 at 02:43:47AM +0800, Rui Teng wrote: > This is a patch to the spk_ttyio.c file which fixes up the problems > reported by the checkpatch.pl tool. Be specific as to what you are fixing up please. And don't do more than one "type" of cleanup in the same patch. thanks, greg k-h