]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
usb: typec: tipd: Delete extra semi-colon
authorHarshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Wed, 24 Jul 2024 16:23:51 +0000 (09:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2024 08:40:08 +0000 (10:40 +0200)
There shouldn't be a ; at the end of the function, delete it.

Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Reviewed-by: Javier Carrasco <javier.carrasco@wolfvision.net>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240724162356.992763-2-harshit.m.mogalapalli@oracle.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tipd/core.c

index eb5596e3406a3d530ca62ca5529849de36b04f0c..dd51a25480bfb90572976a4b3ecbdc1291790a78 100644 (file)
@@ -1198,7 +1198,7 @@ release_fw:
        release_firmware(fw);
 
        return ret;
-};
+}
 
 static int cd321x_init(struct tps6598x *tps)
 {