diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:24 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 | 
| commit | 39cfea65a312b60eefb31ede55efbd46b4b09fe4 (patch) | |
| tree | 78cab6e1f22577d37488a168f91cc92ee558255f /include/fsl-mc/fsl_mc_cmd.h | |
| parent | 6612a956636610682c0c2e48d9edae6742c524dd (diff) | |
include: fsl-mc: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/fsl-mc/fsl_mc_cmd.h')
| -rw-r--r-- | include/fsl-mc/fsl_mc_cmd.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/fsl-mc/fsl_mc_cmd.h b/include/fsl-mc/fsl_mc_cmd.h index c239595ed57..3acc427f99d 100644 --- a/include/fsl-mc/fsl_mc_cmd.h +++ b/include/fsl-mc/fsl_mc_cmd.h @@ -68,7 +68,6 @@ enum mc_cmd_status {  /* Command completion flag */  #define MC_CMD_FLAG_INTR_DIS	0x01000000 -  #define MC_CMD_HDR_CMDID_O	48	/* Command ID field offset */  #define MC_CMD_HDR_CMDID_S	16	/* Command ID field size */  #define MC_CMD_HDR_STATUS_O	16	/* Status field offset */ | 
