mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	arm64: perf: Fix typos in comment
Fix up one typos: Onl -> Only Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
		
							parent
							
								
									2ddd5e5825
								
							
						
					
					
						commit
						e2b5c5c7de
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -890,7 +890,7 @@ static int __armv8_pmuv3_map_event(struct perf_event *event, | |||
| 	if (armv8pmu_event_is_64bit(event)) | ||||
| 		event->hw.flags |= ARMPMU_EVT_64BIT; | ||||
| 
 | ||||
| 	/* Onl expose micro/arch events supported by this PMU */ | ||||
| 	/* Only expose micro/arch events supported by this PMU */ | ||||
| 	if ((hw_event_id > 0) && (hw_event_id < ARMV8_PMUV3_MAX_COMMON_EVENTS) | ||||
| 	    && test_bit(hw_event_id, armpmu->pmceid_bitmap)) { | ||||
| 		return hw_event_id; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Shaokun Zhang
						Shaokun Zhang