Message ID | 20250314021225.11813-1-andi.shyti@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> 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 536F6C282DE for <intel-gfx@archiver.kernel.org>; Fri, 14 Mar 2025 02:12:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4365C10E1AE; Fri, 14 Mar 2025 02:12:36 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="KmheLxWa"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id AA79110E1AE for <intel-gfx@lists.freedesktop.org>; Fri, 14 Mar 2025 02:12:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1741918354; x=1773454354; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=89hn02apVCa5q/WYyeqCJT1ZQ1Rtj0cIH4ewOrqT++w=; b=KmheLxWaGwlbnGbd8+p+pfky4VKFyADF/cxhT1ksa0SxhuLT9xQwdHqO Rl9pSPDPo7jeE5T1WPDpkT9humjpZGSeyZgNzmfNNg9Ll9yTSdOvW7sR5 0AxPIIQ/i4E9XyvWYz8IUxtyISk1vjFDK4yClTP6NTl9wQ4RLx0fJIrdP 2ZxC8srOW5FnbqDkNQaUDLVz9HdtX5+A/rvfBFZabQptHsSI9s8KZ015o tY8+vRcM9/RcYtOjY+W4XYBulLyrs3T9yd89CewiCQBFrCmdWfRMaTpCB 3gk0/N5OYzGh0iIQPwuEjcZvNnzr8HkshhnwNWl9qkfBNFRS+4tb/p/YS A==; X-CSE-ConnectionGUID: m20cJn/oQ2WRZN7XshOEyQ== X-CSE-MsgGUID: bNa+0+O/RDW6DUsUuVd6YQ== X-IronPort-AV: E=McAfee;i="6700,10204,11372"; a="65520019" X-IronPort-AV: E=Sophos;i="6.14,246,1736841600"; d="scan'208";a="65520019" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Mar 2025 19:12:34 -0700 X-CSE-ConnectionGUID: LgHv/2naTLSC1U8od6cSUQ== X-CSE-MsgGUID: skyJbgyJTouenbk+C2h9Rg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.14,246,1736841600"; d="scan'208";a="126009244" Received: from bergbenj-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.246.159]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Mar 2025 19:12:33 -0700 From: Andi Shyti <andi.shyti@linux.intel.com> To: intel-gfx <intel-gfx@lists.freedesktop.org> Cc: Andi Shyti <andi.shyti@linux.intel.com>, Andi Shyti <andi.shyti@kernel.org> Subject: [PATCH 0/4] Trivial style fixes Date: Fri, 14 Mar 2025 03:12:20 +0100 Message-ID: <20250314021225.11813-1-andi.shyti@linux.intel.com> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | Trivial style fixes | expand |
Hi Andi On Fri Mar 14, 2025 at 2:12 AM UTC, Andi Shyti wrote: > Hi > > Browsing through my endless list of branches I found a few with > random cleanups that I fix while rading the code. They tend to be s/rading/reading The whole series looks good in my opinion. Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>