From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id F2F581D0400 for ; Fri, 8 Nov 2024 13:02:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.214.250.239 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731070979; cv=none; b=hKZh6cPJNzz0FPsfTcNOt+x7QeXWB9fkaZxDtYxj3nMk4k04U2oszyTu3ADUbAGMRq8RZNUQxM6xsBXfBPz3+hPEZuxbRC00weqLyzcbqj9HPIjizWvasxQ6U4cruA7T0aAIQFfRBuXwCUmnhWNS2E0Z50Xn2ufvjIFs8VZCURk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731070979; c=relaxed/simple; bh=UmnyIYha6CahhKYeCGhD2P4AtwudPXNy8mGMgkZKhYc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AHbDse0GVSEd8OZvDZq1QkpnxxTbkCrlbl6cXHGAS4WBBsPps1nRWPTLDw5qhIA3Y/b3cN+QVOBZQSS1MxB1uSWxSoMGolSlgpBoW5+c74hcKwFx0NlM+RRnROKOka/GMHUp1FKzfvkBq9lcwEZmuZFzbdcesl7biMHqECUK2ho= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org; spf=pass smtp.mailfrom=8bytes.org; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b=DqHDRUEx; arc=none smtp.client-ip=85.214.250.239 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=8bytes.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b="DqHDRUEx" Received: from 8bytes.org (p549219d2.dip0.t-ipconnect.de [84.146.25.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id E073A2C112A; Fri, 8 Nov 2024 14:02:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1731070970; bh=UmnyIYha6CahhKYeCGhD2P4AtwudPXNy8mGMgkZKhYc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DqHDRUExugqwcUdamHJZK8aPA6sHR7VXnTT8woIQoRwpDVOhlt+ZALdx6pPvBO2A9 JBXpv+RNwzsvIG3zvJXzUEa0fLET3ru/cxpz2abfWfKxv6kBd5ooNNzEMjjcxVn5RM VjhUfIKJ+1p7oIIE7p7Tt1mANFALw/TWnrjaT485pNtaxZ0xrwVWPCOP4ebV93MvBX N0HWHWMFcitNJD6xBL3Vjxjg1hNV80hdGDKYSUAddIJzgtN0JPdUNLe0bO1I7uIF/1 qqFdyTImn1JcqLMh0LWEhAD0jPP1lHf4+x0yDC1iYd3z+Lf9PkZYnox+icXmjam3k6 nkfuDCcmbFPDA== Date: Fri, 8 Nov 2024 14:02:48 +0100 From: Joerg Roedel To: Gan Jie Cc: robin.murphy@arm.com, will@kernel.org, iommu@lists.linux.dev, linux-kernel@vger.kernel.org, trivial@kernel.org, ganjie163@hust.edu.cn Subject: Re: [PATCH] Driver:iommu:iova: Fix typo 'adderss' Message-ID: References: <20241101072709.702-1-ganjie182@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241101072709.702-1-ganjie182@gmail.com> On Fri, Nov 01, 2024 at 03:27:09PM +0800, Gan Jie wrote: > Fix typo 'adderss' to 'address'. > > Signed-off-by: Gan Jie > --- > drivers/iommu/iova.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied with adjusted subject line, thanks.