Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110576
b: refs/heads/master
c: 557cc47
h: refs/heads/master
v: v3
  • Loading branch information
Nick Warne authored and James Bottomley committed Oct 3, 2008
1 parent 9188d0f commit 56eeeef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3fd7f938831b7f2e7b6103118ad1a455f6f03110
refs/heads/master: 557cc476c04146ee610f4bc77bfe20ce1c823d7c
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/tmscsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -2573,8 +2573,8 @@ static struct pci_driver dc390_driver = {
static int __init dc390_module_init(void)
{
if (!disable_clustering)
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 "DC390: clustering now enabled by default. If you get problems load\n");
printk(KERN_INFO " with \"disable_clustering=1\" and report to maintainers\n");

if (tmscsim[0] == -1 || tmscsim[0] > 15) {
tmscsim[0] = 7;
Expand Down

0 comments on commit 56eeeef

Please sign in to comment.