mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	extcon: gpio: Fix typo in comment
This patch fixes the typo in comment of extcon-gpio.c driver. - 'interrput' -> 'interrupt' Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
This commit is contained in:
		
							parent
							
								
									d58593426e
								
							
						
					
					
						commit
						b51b387020
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -126,7 +126,7 @@ static int gpio_extcon_probe(struct platform_device *pdev)
 | 
				
			||||||
	INIT_DELAYED_WORK(&data->work, gpio_extcon_work);
 | 
						INIT_DELAYED_WORK(&data->work, gpio_extcon_work);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/*
 | 
						/*
 | 
				
			||||||
	 * Request the interrput of gpio to detect whether external connector
 | 
						 * Request the interrupt of gpio to detect whether external connector
 | 
				
			||||||
	 * is attached or detached.
 | 
						 * is attached or detached.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	ret = devm_request_any_context_irq(&pdev->dev, data->irq,
 | 
						ret = devm_request_any_context_irq(&pdev->dev, data->irq,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue