From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 011.lax.mailroute.net (011.lax.mailroute.net [199.89.1.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F3B0A131E49; Wed, 6 May 2026 06:01:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=199.89.1.14 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778047300; cv=none; b=s3Waxzy8KdLsKqtlHHfIYqDgwcg3t3DGTqYPV0TTGHNIBeHRtuRzdQTSOpcQjw0fsO2hGe9bfjP5t/Plp2VvSCp32eAEUIQ+ZJHcRgrATac3fpdw58mrsnQx+htm9/de85Zwyb1IhIYWO1fkNRX3nPO3JKX0znkuaFZwhx/YoC4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778047300; c=relaxed/simple; bh=tW1UnMnTmnUZd3utF1f+eapS/pK7VY1auoihHDD3K2U=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=c4vPzlSc2ecpSjtkUZQf/ArqwggvwrbYnjdeFcEEPgdmN+tCywwkgyx/dNyZuDjQc7V1LKeOzsogsAvBllCIjOpI8P74s0dYDtDB2jV/KX7qrTzrAIn72yd3Kx/UBwkGUwRz6On4yTuqlftMHwetTiybXa1Df09j4KrIrOWsMK4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=acm.org; spf=pass smtp.mailfrom=acm.org; dkim=pass (2048-bit key) header.d=acm.org header.i=@acm.org header.b=i1VMmVvB; arc=none smtp.client-ip=199.89.1.14 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=acm.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=acm.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=acm.org header.i=@acm.org header.b="i1VMmVvB" Received: from localhost (localhost [127.0.0.1]) by 011.lax.mailroute.net (Postfix) with ESMTP id 4g9Ps82Swpz1XM5kY; Wed, 6 May 2026 06:01:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acm.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:content-language:references:subject:subject :user-agent:mime-version:date:date:message-id:received:received; s=mr01; t=1778047290; x=1780639291; bh=0xew0wuaLuZsYXm6l62fWFq1 GwkD2k94KAlYolfwuSE=; b=i1VMmVvBbT32h0sN5dnFXQEtlwBXRuhTLBW2qXtD vCjA2e2vgNrsvwkJqggrzUhUM5Ym8bfu2/W6mMbMJGI8WW+CBqoPXnYkr50ObKCj P5j0fLt/LFaShC5ghTKU1sbx8wT2dzS/inKIJtLkIE1VhMSaRW+xXlmVgGNDxeUB EzJfPfdXzhzF6Og4vBT65LRAoJ8O0eAOUgLN2h7XpkhmJlBMdelNNfjiXlg/fVtz +soGEWSX1TBUYGRqlcHq8alUR/YHrjrz07xmrYBEsmIOuPvdQITlDKsqyAH9Z5cH d9UL50n1BTiBveCCJCMQYJVBj4YZN0+/IEbawfOB2gaSlA== X-Virus-Scanned: by MailRoute Received: from 011.lax.mailroute.net ([127.0.0.1]) by localhost (011.lax [127.0.0.1]) (mroute_mailscanner, port 10029) with LMTP id hIPgY8DZYAU5; Wed, 6 May 2026 06:01:30 +0000 (UTC) Received: from [10.211.9.52] (unknown [213.147.98.98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bvanassche@acm.org) by 011.lax.mailroute.net (Postfix) with ESMTPSA id 4g9Ps3662fz1XM5jn; Wed, 6 May 2026 06:01:27 +0000 (UTC) Message-ID: <632b8db8-4e22-4681-be52-31bd33adaca3@acm.org> Date: Wed, 6 May 2026 08:01:25 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] scsi: scsi_scan: Fix typo in comment To: Md Shofiqul Islam , linux-scsi@vger.kernel.org Cc: James.Bottomley@HansenPartnership.com, martin.petersen@oracle.com, linux-kernel@vger.kernel.org References: <20260505223338.5694-1-shofiqtest@gmail.com> Content-Language: en-US From: Bart Van Assche In-Reply-To: <20260505223338.5694-1-shofiqtest@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 5/6/26 12:33 AM, Md Shofiqul Islam wrote: > Fix spelling mistake in comment: > - initialze -> initialize Your Signed-off-by is missing. See also Documentation/devicetree/bindings/submitting-patches.rst. Bart.