mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	Bluetooth: fix spelling mistake: "advetising" -> "advertising"
trivial fix to spelling mistake in BT_ERR_RATELIMITED error message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
		
							parent
							
								
									a9a4840dc4
								
							
						
					
					
						commit
						27d1c469a5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -4749,7 +4749,7 @@ static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr, | ||||||
| 	case LE_ADV_SCAN_RSP: | 	case LE_ADV_SCAN_RSP: | ||||||
| 		break; | 		break; | ||||||
| 	default: | 	default: | ||||||
| 		BT_ERR_RATELIMITED("Unknown advetising packet type: 0x%02x", | 		BT_ERR_RATELIMITED("Unknown advertising packet type: 0x%02x", | ||||||
| 				   type); | 				   type); | ||||||
| 		return; | 		return; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Colin Ian King
						Colin Ian King