From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751738AbdEPJPU (ORCPT ); Tue, 16 May 2017 05:15:20 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56476 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbdEPJPR (ORCPT ); Tue, 16 May 2017 05:15:17 -0400 Date: Tue, 16 May 2017 11:15:07 +0200 From: Greg KH To: srishti Cc: abbotti@mev.co.uk, devel@driverdev.osuosl.org, thrust73@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: comedi: comedidev.h: fixed a warning Message-ID: <20170516091507.GA9476@kroah.com> References: <1494923423-6919-1-git-send-email-srishtishar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494923423-6919-1-git-send-email-srishtishar@gmail.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 Tue, May 16, 2017 at 02:00:23PM +0530, srishti wrote: > Fixed a warning : struct comedi_lrange is generally constant. > > Signed-off-by: Srishti Sharma As Dan pointed out, you _HAVE_ to test-build your changes. Also, your "From:" line didn't match your signed-off-by line, so I couldn't accept this anyway. thanks, greg k-h