mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	media: docs: cpia2.rst: do some cleanups
Do some cleanups at the document in order to mark two literal blocks as such. While here, simplify two block markups, using the less verbose option (::). Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
		
							parent
							
								
									9fafef5857
								
							
						
					
					
						commit
						fe877259d8
					
				
					 1 changed files with 3 additions and 7 deletions
				
			
		|  | @ -51,7 +51,7 @@ available at compile time. | |||
| Setup | ||||
| ~~~~~ | ||||
| 
 | ||||
| Use 'modprobe cpia2' to load and 'modprobe -r cpia2' to unload. This | ||||
| Use ``modprobe cpia2`` to load and ``modprobe -r cpia2`` to unload. This | ||||
| may be done automatically by your distribution. | ||||
| 
 | ||||
| Driver options | ||||
|  | @ -79,16 +79,12 @@ Setting the options | |||
| ~~~~~~~~~~~~~~~~~~~ | ||||
| 
 | ||||
| If you are using modules, edit /etc/modules.conf and add an options | ||||
| line like this: | ||||
| 
 | ||||
| .. code-block:: none | ||||
| line like this:: | ||||
| 
 | ||||
| 	options cpia2 num_buffers=3 buffer_size=65535 | ||||
| 
 | ||||
| If the driver is compiled into the kernel, at boot time specify them | ||||
| like this: | ||||
| 
 | ||||
| .. code-block:: none | ||||
| like this:: | ||||
| 
 | ||||
| 	cpia2.num_buffers=3 cpia2.buffer_size=65535 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Mauro Carvalho Chehab
						Mauro Carvalho Chehab