From patchwork Tue Sep 26 08:13:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oded Gabbay X-Patchwork-Id: 13398818 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 6C945E7D24D for ; Tue, 26 Sep 2023 08:14:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 247A910E367; Tue, 26 Sep 2023 08:13:57 +0000 (UTC) Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2B71410E0D0 for ; Tue, 26 Sep 2023 08:13:55 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 5889ACE0628 for ; Tue, 26 Sep 2023 08:13:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0309C433C9; Tue, 26 Sep 2023 08:13:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695716031; bh=tr50ODn4xLi0WPzL73tIwSx34xkSXd0njW0b++RwK7A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kq+5t1H1RqRZ7/wfRgoMtkAfWgZfRarFun74Y/EOoE/bL1/tbdSyOvbYZbQWVtHN9 o+3n+7m+0cr3Z2tzmMCDp5FGAAGDQPFJpTFZovNmIFDykj307HiaHew4HLkIIUXy4H mttE0LUr2Oi+c4RKzS6PdV1Vnlstva0pROLHRYXcZp7KWMIYWEly6ZKGOLnXL4tbzq lryQwjFv89mr28563UU0FssZbNdq+NGIDrGGyStsICfWDLnAAAXZlWS04KSXkTdsPQ zTGb8CR8D2a+822TYO7hw99/2AeF7wtiGYrdCIWEzdlRNuPZhgapdUuwU9zL/YVk4z Yrx5y/KwDlP/Q== From: Oded Gabbay To: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/9] accel/habanalabs: minor cosmetics update to trace file Date: Tue, 26 Sep 2023 11:13:38 +0300 Message-Id: <20230926081345.240927-2-ogabbay@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230926081345.240927-1-ogabbay@kernel.org> References: <20230926081345.240927-1-ogabbay@kernel.org> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" - Update copyright years - Add missing newline at end of file Signed-off-by: Oded Gabbay --- include/trace/events/habanalabs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/trace/events/habanalabs.h b/include/trace/events/habanalabs.h index 0d3667399d01..cf85753a33b1 100644 --- a/include/trace/events/habanalabs.h +++ b/include/trace/events/habanalabs.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 * - * Copyright 2016-2021 HabanaLabs, Ltd. + * Copyright 2022-2023 HabanaLabs, Ltd. * All Rights Reserved. * */ @@ -209,3 +209,4 @@ DEFINE_EVENT(habanalabs_reg_access_template, habanalabs_elbi_write, /* This part must be outside protection */ #include +