Skip to content

Commit b1dad2f

Browse files
harshimogalapalligregkh
authored andcommitted
usb: typec: tipd: Delete extra semi-colon
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>
1 parent 8290b56 commit b1dad2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/typec/tipd/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ static int tps6598x_apply_patch(struct tps6598x *tps)
11981198
release_firmware(fw);
11991199

12001200
return ret;
1201-
};
1201+
}
12021202

12031203
static int cd321x_init(struct tps6598x *tps)
12041204
{

0 commit comments

Comments
 (0)