]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include: fsl-mc: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 22 Jul 2024 23:28:24 +0000 (01:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jul 2024 21:01:04 +0000 (15:01 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
include/fsl-mc/fsl_dprc.h
include/fsl-mc/fsl_mc_cmd.h
include/fsl-mc/fsl_qbman_portal.h

index fb95ac544a0256f304c45ebda6ef0b0b83ce5975..22240d88a33641e82038e0393f69c17a9f097180 100644 (file)
@@ -149,7 +149,6 @@ int dprc_close(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token);
  */
 #define DPRC_CFG_OPT_TOPOLOGY_CHANGES_ALLOWED  0x00000008
 
-
 /* AIOP - Indicates that container belongs to AIOP. */
 #define DPRC_CFG_OPT_AIOP                      0x00000020
 
index c239595ed57763e0fd74d08bcad8d55c54864eda..3acc427f99d91472b3ba106ddb27bc3a53104ec6 100644 (file)
@@ -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 */
index ee0e4aa50ddee12e917bb65a5a590843fe051e49..11905f491d0ae02104bff2532b2accf6bf483f4d 100644 (file)
@@ -23,7 +23,6 @@ struct qbman_swp *qbman_swp_init(const struct qbman_swp_desc *);
  * dependencies we just pre/re-declare it here opaquely. */
 struct ldpaa_dq;
 
-
 /* ------------------- */
 /* Pull-mode dequeuing */
 /* ------------------- */
@@ -110,7 +109,6 @@ struct qbman_eq_desc {
        uint32_t dont_manipulate_directly[8];
 };
 
-
 /* Clear the contents of a descriptor to default/starting state. */
 void qbman_eq_desc_clear(struct qbman_eq_desc *);
 /* Exactly one of the following descriptor "actions" should be set. (Calling