Skip to content

Commit 9203a64

Browse files
ColinIanKingzhenyw
authored andcommitted
i915/gvt: Fix spelling mistake "vender" -> "vendor"
There is a spelling mistake in a literal string. Fix it. Signed-off-by: Colin Ian King <[email protected]> Acked-by: Zhenyu Wang <[email protected]> Signed-off-by: Zhenyu Wang <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent d989bf5 commit 9203a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gvt/firmware.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ static int verify_firmware(struct intel_gvt *gvt,
171171
mem = (fw->data + h->cfg_space_offset);
172172

173173
id = *(u16 *)(mem + PCI_VENDOR_ID);
174-
VERIFY("vender id", id, pdev->vendor);
174+
VERIFY("vendor id", id, pdev->vendor);
175175

176176
id = *(u16 *)(mem + PCI_DEVICE_ID);
177177
VERIFY("device id", id, pdev->device);

0 commit comments

Comments
 (0)