Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5307b1e8b050f309901acc9c6121061206a70ba5
Commit:     5307b1e8b050f309901acc9c6121061206a70ba5
Parent:     1a1d641490e59b6d71e3a4b38616161ee6738aac
Author:     Alan Cox <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 20 15:12:11 2007 +0100
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Fri Oct 12 14:49:22 2007 -0400

    [SCSI] dtc: Fix typo
    
    (and pointed out by several people)
    
    Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/scsi/dtc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/dtc.c b/drivers/scsi/dtc.c
index da7409e..2596165 100644
--- a/drivers/scsi/dtc.c
+++ b/drivers/scsi/dtc.c
@@ -242,7 +242,7 @@ static int __init dtc_detect(struct scsi_host_template * 
tpnt)
                                        if (check_signature(base + 
signatures[sig].offset, signatures[sig].string, 
strlen(signatures[sig].string))) {
                                                addr = 
bases[current_base].address;
 #if (DTCDEBUG & DTCDEBUG_INIT)
-                                               printk(KERB_DEBUG "scsi-dtc : 
detected board.\n");
+                                               printk(KERN_DEBUG "scsi-dtc : 
detected board.\n");
 #endif
                                                goto found;
                                        }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to