mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	doc: driver-model: improve wording "is provide the"
Improve the wording by changing it from "is provide the" to "is to give the". Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
		
							parent
							
								
									912ee9ca37
								
							
						
					
					
						commit
						2cd14f5da6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -45,7 +45,7 @@ them are inherently bus-specific. Drivers typically declare an array | |||
| of device IDs of devices they support that reside in a bus-specific | ||||
| driver structure.  | ||||
| 
 | ||||
| The purpose of the match callback is provide the bus an opportunity to | ||||
| The purpose of the match callback is to give the bus an opportunity to | ||||
| determine if a particular driver supports a particular device by | ||||
| comparing the device IDs the driver supports with the device ID of a | ||||
| particular device, without sacrificing bus-specific functionality or | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Jeremiah Mahler
						Jeremiah Mahler