mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	style: remove unnecessary spaces in sa.h
Removed three unnecessary spaces in the definition of the sa_attr_reg_t structure to improve code style consistency and adhere to OpenZFS coding standards. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Rob Norris <robn@despairlabs.com> Signed-off-by: Peng Liu <littlenewton6@gmail.com> Closes #16955
This commit is contained in:
		
							parent
							
								
									8eba6a5ba1
								
							
						
					
					
						commit
						404254bacb
					
				@ -49,10 +49,10 @@ typedef uint16_t	sa_attr_type_t;
 | 
				
			|||||||
 * Attribute to register support for.
 | 
					 * Attribute to register support for.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
typedef struct sa_attr_reg {
 | 
					typedef struct sa_attr_reg {
 | 
				
			||||||
	const char 		*sa_name;	/* attribute name */
 | 
						const char		*sa_name;	/* attribute name */
 | 
				
			||||||
	uint16_t 		sa_length;
 | 
						uint16_t		sa_length;
 | 
				
			||||||
	sa_bswap_type_t		sa_byteswap;	/* bswap function enum */
 | 
						sa_bswap_type_t		sa_byteswap;	/* bswap function enum */
 | 
				
			||||||
	sa_attr_type_t 		sa_attr; /* filled in during registration */
 | 
						sa_attr_type_t		sa_attr; /* filled in during registration */
 | 
				
			||||||
} sa_attr_reg_t;
 | 
					} sa_attr_reg_t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -77,7 +77,7 @@ typedef struct sa_bulk_attr {
 | 
				
			|||||||
	uint16_t		sa_length;
 | 
						uint16_t		sa_length;
 | 
				
			||||||
	sa_attr_type_t		sa_attr;
 | 
						sa_attr_type_t		sa_attr;
 | 
				
			||||||
	/* the following are private to the sa framework */
 | 
						/* the following are private to the sa framework */
 | 
				
			||||||
	void 			*sa_addr;
 | 
						void			*sa_addr;
 | 
				
			||||||
	uint16_t		sa_buftype;
 | 
						uint16_t		sa_buftype;
 | 
				
			||||||
	uint16_t		sa_size;
 | 
						uint16_t		sa_size;
 | 
				
			||||||
} sa_bulk_attr_t;
 | 
					} sa_bulk_attr_t;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user