mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	[SCSI] tmscsim: Fixup KERN_INFO in printk
Multiline kernel messages should contain a priority in every line, besides, some log daemons represent a tabulator as "^I", fix both these issues. Signed-off-by: Nick Warne <nick@ukfsn.org> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
		
							parent
							
								
									3fd7f93883
								
							
						
					
					
						commit
						557cc476c0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2573,8 +2573,8 @@ static struct pci_driver dc390_driver = {
 | 
				
			||||||
static int __init dc390_module_init(void)
 | 
					static int __init dc390_module_init(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (!disable_clustering)
 | 
						if (!disable_clustering)
 | 
				
			||||||
		printk(KERN_INFO "DC390: clustering now enabled by default. If you get problems load\n"
 | 
							printk(KERN_INFO "DC390: clustering now enabled by default. If you get problems load\n");
 | 
				
			||||||
		       "\twith \"disable_clustering=1\" and report to maintainers\n");
 | 
							printk(KERN_INFO "       with \"disable_clustering=1\" and report to maintainers\n");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (tmscsim[0] == -1 || tmscsim[0] > 15) {
 | 
						if (tmscsim[0] == -1 || tmscsim[0] > 15) {
 | 
				
			||||||
		tmscsim[0] = 7;
 | 
							tmscsim[0] = 7;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue