summaryrefslogtreecommitdiff
path: root/drivers/staging/crystalhd/crystalhd_lnx.c
diff options
context:
space:
mode:
authorRobert Foss <dev@robertfoss.se>2013-08-28 18:51:47 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-28 22:28:43 (GMT)
commit8114c93e48e642e12a49c96e31a674d6a7946bf1 (patch)
treebbd806a351e4724a86628f446dac7e3b7a90bd87 /drivers/staging/crystalhd/crystalhd_lnx.c
parent688141d674b4b44b43b46adfa52bff5cf48834bf (diff)
downloadlinux-fsl-qoriq-8114c93e48e642e12a49c96e31a674d6a7946bf1.tar.xz
Staging: crystalhd: fixed whitespace and string style issues
Fixed 3 instances of user-visible string being broken into two string. Fixed 2 instances of illegal whitespace. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/crystalhd/crystalhd_lnx.c')
-rw-r--r--drivers/staging/crystalhd/crystalhd_lnx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/crystalhd/crystalhd_lnx.c b/drivers/staging/crystalhd/crystalhd_lnx.c
index c1f6163..b17fbf8 100644
--- a/drivers/staging/crystalhd/crystalhd_lnx.c
+++ b/drivers/staging/crystalhd/crystalhd_lnx.c
@@ -545,8 +545,7 @@ static int chd_dec_pci_probe(struct pci_dev *pdev,
int rc;
enum BC_STATUS sts = BC_STS_SUCCESS;
- BCMLOG(BCMLOG_DBG, "PCI_INFO: Vendor:0x%04x Device:0x%04x "
- "s_vendor:0x%04x s_device: 0x%04x\n",
+ BCMLOG(BCMLOG_DBG, "PCI_INFO: Vendor:0x%04x Device:0x%04x s_vendor:0x%04x s_device: 0x%04x\n",
pdev->vendor, pdev->device, pdev->subsystem_vendor,
pdev->subsystem_device);