diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-15 06:47:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:44 -0500 |
commit | f5ae4f6f482191c531ea9e50ac91d9bd2ffca171 (patch) | |
tree | a5a1c9553ae58fb19eddbb594f8f0596a3b33e20 /drivers/media/dvb/mantis/hopper_cards.c | |
parent | 1e42dc78900e9d0ce89d77f3ba6aca00abd5f1b5 (diff) |
V4L/DVB (13809): Fix Checkpatch violations
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/hopper_cards.c')
-rw-r--r-- | drivers/media/dvb/mantis/hopper_cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/hopper_cards.c b/drivers/media/dvb/mantis/hopper_cards.c index 6d5d101f0ab0..ca70149f3ddf 100644 --- a/drivers/media/dvb/mantis/hopper_cards.c +++ b/drivers/media/dvb/mantis/hopper_cards.c | |||
@@ -137,7 +137,7 @@ static int __devinit hopper_pci_probe(struct pci_dev *pdev, const struct pci_dev | |||
137 | struct mantis_hwconfig *config; | 137 | struct mantis_hwconfig *config; |
138 | int err = 0; | 138 | int err = 0; |
139 | 139 | ||
140 | mantis = kzalloc(sizeof (struct mantis_pci), GFP_KERNEL); | 140 | mantis = kzalloc(sizeof(struct mantis_pci), GFP_KERNEL); |
141 | if (mantis == NULL) { | 141 | if (mantis == NULL) { |
142 | printk(KERN_ERR "%s ERROR: Out of memory\n", __func__); | 142 | printk(KERN_ERR "%s ERROR: Out of memory\n", __func__); |
143 | err = -ENOMEM; | 143 | err = -ENOMEM; |