From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 CF10618E757 for ; Mon, 24 Jun 2024 14:31:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719239493; cv=none; b=CWOjKQxdzU+//uDE4rMMHyjSHLqcidKJdeUlsZ+rKZ9/sLwf7gPx4tTVh81xYtpNVmq34IUy3+RPzjMp1RiPSFWRHz5GBBDsmNRkvN9rS2AmVvmfeGbt6VPuX/UUL7+wIdhLVXJ6nMmZk/HBFKfml6+lDs88uZLVl+dbjLz+mnw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719239493; c=relaxed/simple; bh=hAfezHP22ihksSgLvJdqYyltAdUe4yzd71njiy4KTq0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dhCXyg4dXTjtpZ8LPeVj8qZhf55ek1mT/AmEHNNaMNHhND1mZA/yXfqbxgRfcn9WQQVqGJ3zmdUJP3WTOALWehekd+SgvOwDHg1p103bcsZtO7qCdyyGq2LNKdZxT/mlEtugEyXcn+uzhRxZdpovPFBzwMmlN2M5vUeljl69TGU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2HtnoW+P; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="2HtnoW+P" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E117CC2BBFC; Mon, 24 Jun 2024 14:31:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1719239493; bh=hAfezHP22ihksSgLvJdqYyltAdUe4yzd71njiy4KTq0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2HtnoW+PRS17vBy4pE3CH8MPqs+w1Vo3jfpZw5ksZuoP0hxrLWfNtN9v/n45Bvp9p WkgHSkZtc47h61S0r+N+loke8lslGVAzhFEMTpNRXsg9frtNV98oBRkd2rbAAs8Mb6 Etieh7E1W7Ar0dk6JMLc2bewk/avcQCucR2y6AJk= Date: Mon, 24 Jun 2024 16:31:30 +0200 From: Greg KH To: Wentong Wu Cc: sakari.ailus@linux.intel.com, tomas.winkler@intel.com, linux-kernel@vger.kernel.org, Jason Chen Subject: Re: [PATCH v3 5/5] mei: vsc: Fix spelling error Message-ID: <2024062415-system-stuck-6836@gregkh> References: <20240624132849.4174494-1-wentong.wu@intel.com> <20240624132849.4174494-6-wentong.wu@intel.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: <20240624132849.4174494-6-wentong.wu@intel.com> On Mon, Jun 24, 2024 at 09:28:49PM +0800, Wentong Wu wrote: > Fix a spelling error in a comment. > > Fixes: 566f5ca97680 ("mei: Add transport driver for IVSC device") comment spelling fixes do not deserve a "Fixes:" tag, sorry.