Skip to content

Commit 7f1cd6f

Browse files
committed
accel/habanalabs: minor cosmetics update to cpucp_if.h
- Update copyright years - Align comments Signed-off-by: Oded Gabbay <[email protected]> Reviewed-by: Ofir Bitton <[email protected]>
1 parent ff92d01 commit 7f1cd6f

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

include/linux/habanalabs/cpucp_if.h

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0
22
*
3-
* Copyright 2020-2022 HabanaLabs, Ltd.
3+
* Copyright 2020-2023 HabanaLabs, Ltd.
44
* All Rights Reserved.
55
*
66
*/
@@ -668,18 +668,15 @@ enum pq_init_status {
668668
* Obsolete.
669669
*
670670
* CPUCP_PACKET_GENERIC_PASSTHROUGH -
671-
* Generic opcode for all firmware info that is only passed to host
672-
* through the LKD, without getting parsed there.
671+
* Generic opcode for all firmware info that is only passed to host
672+
* through the LKD, without getting parsed there.
673673
*
674674
* CPUCP_PACKET_ACTIVE_STATUS_SET -
675675
* LKD sends FW indication whether device is free or in use, this indication is reported
676676
* also to the BMC.
677677
*
678-
* CPUCP_PACKET_REGISTER_INTERRUPTS -
679-
* Packet to register interrupts indicating LKD is ready to receive events from FW.
680-
*
681678
* CPUCP_PACKET_SOFT_RESET -
682-
* Packet to perform soft-reset.
679+
* Packet to perform soft-reset.
683680
*
684681
* CPUCP_PACKET_INTS_REGISTER -
685682
* Packet to inform FW that queues have been established and LKD is ready to receive
@@ -750,9 +747,9 @@ enum cpucp_packet_id {
750747
CPUCP_PACKET_RESERVED11, /* not used */
751748
CPUCP_PACKET_RESERVED12, /* internal */
752749
CPUCP_PACKET_RESERVED13, /* internal */
753-
CPUCP_PACKET_SOFT_RESET, /* internal */
754-
CPUCP_PACKET_INTS_REGISTER, /* internal */
755-
CPUCP_PACKET_ID_MAX /* must be last */
750+
CPUCP_PACKET_SOFT_RESET, /* internal */
751+
CPUCP_PACKET_INTS_REGISTER, /* internal */
752+
CPUCP_PACKET_ID_MAX /* must be last */
756753
};
757754

758755
#define CPUCP_PACKET_FENCE_VAL 0xFE8CE7A5

0 commit comments

Comments
 (0)