Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp763176imm; Wed, 6 Jun 2018 05:44:07 -0700 (PDT) X-Google-Smtp-Source: ADUXVKK8BPZEiPe00KKj3Kf5QbxDAK0VfvWmsZa7YP6+WIJzr2quJnFMvJ+N8LW18K76hhpdDCmN X-Received: by 2002:a63:a557:: with SMTP id r23-v6mr2452116pgu.336.1528289047817; Wed, 06 Jun 2018 05:44:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528289047; cv=none; d=google.com; s=arc-20160816; b=KglxqHs+7a2bRe6Qavq/DPtOfhzj4WGIelAjvHS17StgFUqwx/90nF/WBdILD8zf0X 2N5Kh4UYC0a7P6t6ngzLMJPaN0MI0t/9WnDdK5S3UmDCtjnTXC8Dm5gV6YGO6pcutfNn cqyIjvwoBTQDJhIEDT0Pb74fAfj4nTW1x8bAG0HSRHNrZue15OE89ocGouRmhOgenTzC hx15RjS3uBzXLt9rCuk7xxFpPf7Y2pu38jffZH7/5rg2KjDkQspjif4Ytmv17KQIRxmu hcDI9wna7D6H1JLM5SA74MPCR/XdxuG+Sii1lHXFqpc0Vw8zGeyKm8fBeYHr/UE6iRE+ Xz1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=tJDXUyoD2WRXJhkeBHbeUnsRoGdKfFJGssUB/aKZja8=; b=M2o6Ijx+AE7IL7DUbEwezfcqlxyxGAiagv2FR8PQv+72tfQiOaqCVU1s1B2fvYaa/Q VWUL7BdFCT9w6KyMS1rEQSLZ+CY+yxS4cF4riKNfoiKOBWngErg6UDxfQ4niU+ks2TIf kCksI4OtpjARusGnFhNmqwFAdXdauILcTyq/Qjd801Aft16PoljypdI402uGVpq/kAp+ w776R/akBHThD9+HV2ilyuBXdblvBhs7L8TmprGrHbcCKVqkVrs1Tnvrr5NbsL3vYpBI lnfLL5XPSD0/w0PHDCytDea6kU+o22Ipdmhqx8B5Upev95vdmvKprgqzqK45/YlYFZ/z 9PjQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g17-v6si49799273plo.355.2018.06.06.05.43.53; Wed, 06 Jun 2018 05:44:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752423AbeFFMmD (ORCPT + 99 others); Wed, 6 Jun 2018 08:42:03 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:50021 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752172AbeFFMmB (ORCPT ); Wed, 6 Jun 2018 08:42:01 -0400 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fQXlF-0006xu-Rl; Wed, 06 Jun 2018 14:41:57 +0200 Date: Wed, 6 Jun 2018 14:41:57 +0200 (CEST) From: Thomas Gleixner To: Masatake YAMATO cc: x86@kernel.org, linux-kernel@vger.kernel.org, joro@8bytes.org Subject: Re: [PATCH] x86/iommu: Fix a typo in a macro parameter In-Reply-To: Message-ID: References: <20180606051026.29535-1-yamato@redhat.com> <20180606.201529.867663362891798169.yamato@redhat.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 6 Jun 2018, Thomas Gleixner wrote: > On Wed, 6 Jun 2018, Masatake YAMATO wrote: > > On Wed, 6 Jun 2018 12:37:34 +0200 (CEST), Thomas Gleixner wrote: > > > On Wed, 6 Jun 2018, Masatake YAMATO wrote: > > > > > > Can you please explain why 0 is the wrong value. > > > > I don't know such constants, 0 and 1. > > > > What I change is just the name of macro parameter as > > > > s/detect/_detect/ > > OOps. Misread the patch. Sorry. But the fix is pretty pointless. IOMMU_INIT_POST_FINISH() is completely unused and should just be removed. Thanks, tglx