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:
Suresh Venkatachalam
2021-12-14 07:40:19 +00:00
committed by Laxman Dewangan
parent 51ef39c2ab
commit dadb881df5

View File

@@ -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
* compatible drivers/servers.
@@ -34,7 +34,7 @@
#include <linux/ioctl.h>
#define NVSCIIPC_MAX_EP_NAME 32
#define NVSCIIPC_MAX_EP_NAME 64
struct nvsciipc_config_entry {
/* endpoint name */