Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752090AbbFZLXn (ORCPT ); Fri, 26 Jun 2015 07:23:43 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:32939 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751546AbbFZLXg (ORCPT ); Fri, 26 Jun 2015 07:23:36 -0400 Date: Fri, 26 Jun 2015 13:29:41 +0200 From: Luis de Bethencourt To: Daniel Grimshaw Cc: Dan Carpenter , gregkh@linuxfoundation.org, benchan@chromium.org, rafael.j.wysocki@intel.com, tj@kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] staging: gdm72xx: Split Kconfig descriptions into more lines Message-ID: <20150626112938.GA19389@goodgumbo.baconseed.org> References: <558C827E.1020105@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <558C827E.1020105@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1433 Lines: 37 On Thu, Jun 25, 2015 at 03:36:46PM -0700, Daniel Grimshaw wrote: > I am a high school student trying to become familiar with linux kernel > development. This is my first patch. > > checkpatch.pl throws a warning that config WIMAX_GDM72XX_QOS, config > WIMAX_GDM72XX_K_MODE, and config WIMAX_GDM72XX_USB do not have enough > of a description. By splitting the current description into multiple > lines, the warning is removed. > > The module still worked with these changes when tested. > > Signed-off-by: Daniel Grimshaw > Hello Daniel, Nice to see people submitting their first patch. Welcome :) Besides what Dan Carpenter said, I wanted to add a comment about how to send patches. Normally maintainers don't accept patches as attachments. You want to send the patch inline. I recommend these two resources to learn how: http://kernelnewbies.org/FirstKernelPatch Greg's talk "Write and Submit your first Linux kernel Patch" - https://www.youtube.com/watch?v=LLBrBBImJt4 There is a bit of a learning curve. It is normal to not get it right the first time. Feel free to email me directly with any further questions about this. Happy hacking, Luis -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/