[Pdbg] [PATCH 1/5] libsbefifo: Fix indentation for mpipl commands

Amitay Isaacs amitay at ozlabs.org
Fri Dec 11 13:13:52 AEDT 2020


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 libsbefifo/sbefifo_private.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libsbefifo/sbefifo_private.h b/libsbefifo/sbefifo_private.h
index e49f673..4dd1c25 100644
--- a/libsbefifo/sbefifo_private.h
+++ b/libsbefifo/sbefifo_private.h
@@ -61,10 +61,10 @@
 #define   SBEFIFO_CMD_QUIESCE              0x03
 
 #define SBEFIFO_CMD_CLASS_MPIPL          0xA900
-#define SBEFIFO_CMD_ENTER_MPIPL            0x01
-#define SBEFIFO_CMD_CONTINUE_MPIPL         0x02
-#define SBEFIFO_CMD_STOP_CLOCKS            0x03
-#define SBEFIFO_CMD_GET_TI_INFO            0x04
+#define   SBEFIFO_CMD_ENTER_MPIPL          0x01
+#define   SBEFIFO_CMD_CONTINUE_MPIPL       0x02
+#define   SBEFIFO_CMD_STOP_CLOCKS          0x03
+#define   SBEFIFO_CMD_GET_TI_INFO          0x04
 
 struct sbefifo_context {
 	int fd;
-- 
2.26.2



More information about the Pdbg mailing list