mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	cramfs: Kconfig: fix spelling & punctuation
Fix spelling and hyphenation in cramfs Kconfig. Link: https://lkml.kernel.org/r/20230124181631.15204-1-rdunlap@infradead.org Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									362173572a
								
							
						
					
					
						commit
						a1f46ff2ff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -38,7 +38,7 @@ config CRAMFS_MTD
 | 
				
			||||||
	default y if !CRAMFS_BLOCKDEV
 | 
						default y if !CRAMFS_BLOCKDEV
 | 
				
			||||||
	help
 | 
						help
 | 
				
			||||||
	  This option allows the CramFs driver to load data directly from
 | 
						  This option allows the CramFs driver to load data directly from
 | 
				
			||||||
	  a linear adressed memory range (usually non volatile memory
 | 
						  a linear addressed memory range (usually non-volatile memory
 | 
				
			||||||
	  like flash) instead of going through the block device layer.
 | 
						  like flash) instead of going through the block device layer.
 | 
				
			||||||
	  This saves some memory since no intermediate buffering is
 | 
						  This saves some memory since no intermediate buffering is
 | 
				
			||||||
	  necessary.
 | 
						  necessary.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue