From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 84FBBE77197 for ; Tue, 7 Jan 2025 13:56:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2E80910E25C; Tue, 7 Jan 2025 13:56:58 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Mj5mzKuY"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id BC3DF10E25C for ; Tue, 7 Jan 2025 13:56:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1736258217; x=1767794217; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=njHE0/tHpiqdCxdeRq5uiQfx7cSgu8b11R8/8vrLnK0=; b=Mj5mzKuYEMAK/k2LvHO7v36yQl2y1IKFBZPdeeE68c+5hNcsO6kvvecb C1SvwUEUYaJHI7Pu1+YWvbTjAMLr1kMjjKuIXe6bAG0pyFAmb+M7tY8PY mNQPR9a3bYk7+5ERlJzkmR6INJMW9NvFf6Y5KfAtEi/Lw77k7+cqjMxz2 6h+FaGREdQau59D5baZKsRWra7kRCGkxDZ00Cjru8wtn0Jbg1Xdz97Szv YOy5DwfDX+hq7RMSNqqLMv6zPbE9dLNSfyUPpiP/YPEFVezRcFYSVrxd8 O+2BeKUDCIjWTTSzNVQn/84gp2SVljQ/DGwQIlUicp8PYTH6xhJIkHjSW Q==; X-CSE-ConnectionGUID: Y3JGTqxcTwyJturEHpLc7w== X-CSE-MsgGUID: +Kby5/JyS7uqKg8wWK95bQ== X-IronPort-AV: E=McAfee;i="6700,10204,11308"; a="36136535" X-IronPort-AV: E=Sophos;i="6.12,295,1728975600"; d="scan'208";a="36136535" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2025 05:56:43 -0800 X-CSE-ConnectionGUID: Kes5+gYyQiKvXV7IUWKNkA== X-CSE-MsgGUID: KkExyQt+Sb+svPRe86hwkw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="103266977" Received: from jkrzyszt-mobl2.ger.corp.intel.com (HELO intel.com) ([10.245.246.98]) by orviesa007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2025 05:56:41 -0800 Date: Tue, 7 Jan 2025 14:56:37 +0100 From: Andi Shyti To: Nitin Gote Cc: intel-gfx@lists.freedesktop.org Subject: Re: [PATCH v1 6/8] drm/i915/soc: fix typos in i915/soc files Message-ID: References: <20250106103037.1401847-1-nitin.r.gote@intel.com> <20250106103037.1401847-7-nitin.r.gote@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250106103037.1401847-7-nitin.r.gote@intel.com> X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Nitin, On Mon, Jan 06, 2025 at 04:00:35PM +0530, Nitin Gote wrote: > Fix all typos in files under drm/i915/soc reported by codespell tool. > > Signed-off-by: Nitin Gote Reviewed-by: Andi Shyti Thanks, Andi