From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752040AbdKBGMs (ORCPT + 1 other); Thu, 2 Nov 2017 02:12:48 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:35576 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751235AbdKBGMr (ORCPT ); Thu, 2 Nov 2017 02:12:47 -0400 Date: Thu, 2 Nov 2017 07:12:00 +0100 From: Willy Tarreau To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Sasha Levin Subject: Re: [PATCH 3.10 000/139] 3.10.108-stable review Message-ID: <20171102061200.GC5678@1wt.eu> References: <1509571159-4405-1-git-send-email-w@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Guenter, On Wed, Nov 01, 2017 at 06:21:13PM -0700, Guenter Roeck wrote: > drivers/s390/scsi/zfcp_scsi.c: In function 'zfcp_task_mgmt_function': > drivers/s390/scsi/zfcp_scsi.c:298:4: error: too many arguments to function 'zfcp_dbf_scsi_devreset' > drivers/s390/scsi/zfcp_dbf.h:408:6: note: declared here > drivers/s390/scsi/zfcp_scsi.c:309:3: error: too many arguments to function 'zfcp_dbf_scsi_devreset' > drivers/s390/scsi/zfcp_dbf.h:408:6: note: declared here Ah, I was too happy all of them applied well :-) I'm seeing that Greg dropped ",NULL" in 3.18 and that other call places only have the first 3 args. Now fixed. Thank you! Willy