mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 04:47:31 +01:00 
			
		
		
		
	monitor: change Port ID to %u print
The port ID is a u32 so print with %u rather than %d
This commit is contained in:
		
							parent
							
								
									47e11dea58
								
							
						
					
					
						commit
						615e57c289
					
				| @ -7952,7 +7952,7 @@ static void print_nlmsghdr(const struct timeval *tv, | ||||
| 							nlmsg->nlmsg_flags); | ||||
| 	print_field("Sequence number: %u (0x%08x)", | ||||
| 					nlmsg->nlmsg_seq, nlmsg->nlmsg_seq); | ||||
| 	print_field("Port ID: %d", nlmsg->nlmsg_pid); | ||||
| 	print_field("Port ID: %u", nlmsg->nlmsg_pid); | ||||
| } | ||||
| 
 | ||||
| static void print_nlmsg(const struct timeval *tv, const struct nlmsghdr *nlmsg) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood