Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

esas2r: Fix comment

Minor fix for a message in the driver so that it matches the function name.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: James Bottomley <JBottomley@Parallels.com>
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Bradley Grove <bgrove@attotech.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>

authored by

Marek Vasut and committed by
Christoph Hellwig
806188a4 dc6d2a0f

+1 -1
+1 -1
drivers/scsi/esas2r/esas2r_main.c
··· 390 390 esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev), 391 391 "pci_enable_device() OK"); 392 392 esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev), 393 - "after pci_device_enable() enable_cnt: %d", 393 + "after pci_enable_device() enable_cnt: %d", 394 394 pcid->enable_cnt.counter); 395 395 396 396 host = scsi_host_alloc(&driver_template, host_alloc_size);