Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nitro_enclaves: Add fix for the kernel-doc report

Fix the reported issue from the kernel-doc script, to have a comment per
identifier.

Reviewed-by: George-Aurelian Popescu <popegeo@amazon.com>
Signed-off-by: Andra Paraschiv <andraprs@amazon.com>
Link: https://lore.kernel.org/r/20210827154930.40608-4-andraprs@amazon.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andra Paraschiv and committed by
Greg Kroah-Hartman
e16a30a4 cfa3c18c

+6 -2
+6 -2
drivers/virt/nitro_enclaves/ne_pci_dev.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 - * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. 3 + * Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. 4 4 */ 5 5 6 6 #ifndef _NE_PCI_DEV_H_ ··· 84 84 */ 85 85 86 86 /** 87 - * NE_SEND_DATA_SIZE / NE_RECV_DATA_SIZE - 240 bytes for send / recv buffer. 87 + * NE_SEND_DATA_SIZE - Size of the send buffer, in bytes. 88 88 */ 89 89 #define NE_SEND_DATA_SIZE (240) 90 + 91 + /** 92 + * NE_RECV_DATA_SIZE - Size of the receive buffer, in bytes. 93 + */ 90 94 #define NE_RECV_DATA_SIZE (240) 91 95 92 96 /**