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

tty: hvc: Remove second semicolon

There is a statement with two semicolons. Remove the second one, it
is redundant.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240315091734.2430416-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
d78cc0df b464199e

+1 -1
+1 -1
drivers/tty/hvc/hvc_xen.c
··· 558 558 break; 559 559 fallthrough; /* Missed the backend's CLOSING state */ 560 560 case XenbusStateClosing: { 561 - struct xencons_info *info = dev_get_drvdata(&dev->dev);; 561 + struct xencons_info *info = dev_get_drvdata(&dev->dev); 562 562 563 563 /* 564 564 * Don't tear down the evtchn and grant ref before the other