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

phy: cpcap-usb: remove a stray tab

This line was indented further that it should have been.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Dan Carpenter and committed by
Kishon Vijay Abraham I
aea430ee df674efa

+1 -1
+1 -1
drivers/phy/motorola/phy-cpcap-usb.c
··· 506 506 if (IS_ERR(ddata->gpio[i])) { 507 507 dev_info(ddata->dev, "no mode change GPIO%i: %li\n", 508 508 i, PTR_ERR(ddata->gpio[i])); 509 - ddata->gpio[i] = NULL; 509 + ddata->gpio[i] = NULL; 510 510 } 511 511 } 512 512 }