From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933069AbcCIPZa (ORCPT ); Wed, 9 Mar 2016 10:25:30 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51462 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932998AbcCIPZW (ORCPT ); Wed, 9 Mar 2016 10:25:22 -0500 Date: Wed, 9 Mar 2016 07:25:20 -0800 From: Greg KH To: ravishankarkm Cc: abbotti@mev.co.uk, hsweeten@visionengravers.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] Staging: comedi: fix CHECK issue in ni_tio.c Message-ID: <20160309152520.GA24824@kroah.com> References: <1457523302-21261-1-git-send-email-ravishankarkm32@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457523302-21261-1-git-send-email-ravishankarkm32@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 09, 2016 at 05:05:01PM +0530, ravishankarkm wrote: > This is a patch to the ni_tio.c file that fixes up a CHECK issues > found by the checkpatch.pl tool. > > i.e.Avoid crashing the kernel - try using WARN_ON & recovery code > rather than BUG() or BUG_ON(). > > Signed-off-by: Ravishankar Karkala Mallikarjunayya Your "From:" line above doesn't match this line :( Please fix it, and the numbering of the patches please. Also use scripts/get_maintainer.pl to determine the correct mailing list to send these too. thanks, greg k-h