mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	kselftest: arm64: fix spelling mistake "contiguos" -> "contiguous"
There is a spelling mistake in an error message literal string. Fix it.
Fixes: f96bf43403 ("kselftest: arm64: mangle_pstate_invalid_compat_toggle and common utils")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
			
			
This commit is contained in:
		
							parent
							
								
									f70c08e46d
								
							
						
					
					
						commit
						32667745ca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -43,7 +43,7 @@ bool validate_extra_context(struct extra_context *extra, char **err) | |||
| 	else if (extra->size & 0x0fUL) | ||||
| 		*err = "Extra SIZE misaligned"; | ||||
| 	else if (extra->datap != (uint64_t)term + sizeof(*term)) | ||||
| 		*err = "Extra DATAP misplaced (not contiguos)"; | ||||
| 		*err = "Extra DATAP misplaced (not contiguous)"; | ||||
| 	if (*err) | ||||
| 		return false; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Colin Ian King
						Colin Ian King