Skip to content

Commit

Permalink
usb: typec: tipd: Delete extra semi-colon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harshit Mogalapalli authored and Greg Kroah-Hartman committed Jul 31, 2024
1 parent 8290b56 commit b1dad2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/typec/tipd/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ static int tps6598x_apply_patch(struct tps6598x *tps)
release_firmware(fw);

return ret;
};
}

static int cd321x_init(struct tps6598x *tps)
{
Expand Down

0 comments on commit b1dad2f

Please sign in to comment.