From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:40292 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753186AbcDHBGj (ORCPT ); Thu, 7 Apr 2016 21:06:39 -0400 Subject: Re: [PATCH V3] watchdog: hpwdt: Adjust documentation to match latest kernel module parameters To: "Croxon, Nigel" , "wim@iguana.be" , "linux-watchdog@vger.kernel.org" References: From: Guenter Roeck Message-ID: <57070421.4070603@roeck-us.net> Date: Thu, 7 Apr 2016 18:06:41 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 04/06/2016 06:11 PM, Croxon, Nigel wrote: > From: Nigel Croxon > Date: Wed, 6 Apr 2016 14:40:05 -0400 > Subject: [PATCH V3] watchdog: hpwdt: Adjust documentation to match latest kernel module parameters. > > Adjust documentation to match latest kernel module parameters. > > V3 - Fixed two spelling mistakes. > V2 - Changed insmod / rmmod to modprobe / modprobe -r > > Signed-off-by: Nigel Croxon Nigel, when applying this patch: Applying: watchdog: hpwdt: Adjust documentation to match latest kernel module parameters. /home/groeck/src/linux-staging/.git/rebase-apply/patch:75: trailing whitespace. the hpwdt driver can be reloaded. /home/groeck/src/linux-staging/.git/rebase-apply/patch:92: trailing whitespace. 4. modprobe /lib/modules/`uname -r`/kernel/drivers/watchdog/hpwdt.ko warning: 2 lines add whitespace errors. Please fix and resubmit. FWIW, those whitespace errors are also reported with checkpatch. Thanks, Guenter