mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
misc: nvsciipc: increase endpt name max size to 64
Increase the endpoint name max size from 32 to 64 Increase the devname max size from 32 to 64 Bug 3437754 Change-Id: Iaa0eef040fe8ad1ebca7309c0abd94a80f5fe42e Signed-off-by: Suresh Venkatachalam <skathirampat@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2641680 Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Laxman Dewangan
parent
51ef39c2ab
commit
dadb881df5
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved.
|
||||||
*
|
*
|
||||||
* This header is BSD licensed so anyone can use the definitions to implement
|
* This header is BSD licensed so anyone can use the definitions to implement
|
||||||
* compatible drivers/servers.
|
* compatible drivers/servers.
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
|
|
||||||
#define NVSCIIPC_MAX_EP_NAME 32
|
#define NVSCIIPC_MAX_EP_NAME 64
|
||||||
|
|
||||||
struct nvsciipc_config_entry {
|
struct nvsciipc_config_entry {
|
||||||
/* endpoint name */
|
/* endpoint name */
|
||||||
|
|||||||
Reference in New Issue
Block a user