Commit a3be423f authored by Shaomin Deng's avatar Shaomin Deng Committed by Greg Kroah-Hartman
Browse files

tty: n_gsm: Delete unneeded semicolon

parent 92f1f0c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1379,7 +1379,7 @@ static int gsm_dlci_data_sweep(struct gsm_mux *gsm)
		}
		if (!sent)
			break;
	};
	}

	return ret;
}