mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
video: tegra: nvmap: Add new line.
Fix for: Sparse defects Sparse defect stated that no newline at end of file. -Add a new line at end of nvmap_tag.c Bug 4513982 Change-Id: Id1ca6a61005537fc91bc8f4000cdce906f9d21bc Signed-off-by: Surbhi Singh <surbhis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3273295 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Ketan Patil <ketanp@nvidia.com> Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* SPDX-FileCopyrightText: Copyright (c) 2016-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
* SPDX-FileCopyrightText: Copyright (c) 2016-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
*
|
||||
* Allocation tag routines for nvmap
|
||||
*/
|
||||
@@ -122,4 +122,4 @@ char *__nvmap_tag_name(struct nvmap_device *dev, u32 tag)
|
||||
|
||||
entry = nvmap_search_tag_entry(&dev->tags, tag);
|
||||
return entry ? (char *)(entry + 1) : "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user