x86-64, syscall: Adjust comment spacing and remove typo
Adjust spacing for comment so that it matches the multiline comment style used in the rest of the kernel, and remove word duplication. It is not really clear what version of gcc this refers to, but the extra & doesn't cause any harm, so there is no reason to remove it. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
		
					parent
					
						
							
								052ad27496
							
						
					
				
			
			
				commit
				
					
						b7641d2c83
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -21,8 +21,8 @@ extern void sys_ni_syscall(void); | |||
| 
 | ||||
| const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = { | ||||
| 	/*
 | ||||
| 	*Smells like a like a compiler bug -- it doesn't work | ||||
| 	*when the & below is removed. | ||||
| 	 * Smells like a compiler bug -- it doesn't work | ||||
| 	 * when the & below is removed. | ||||
| 	 */ | ||||
| 	[0 ... __NR_syscall_max] = &sys_ni_syscall, | ||||
| #include <asm/unistd_64.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 H. Peter Anvin
				H. Peter Anvin