mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	include: fsl-mc: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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 */ | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user