From 950faaa94adf538b7381566faf5737a88d2768e5 Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Sun, 8 Dec 2013 14:41:53 +0000 Subject: [PATCH] Remove obsolete comment. --- serialport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/serialport.c b/serialport.c index 95d9cfb..db77080 100644 --- a/serialport.c +++ b/serialport.c @@ -1582,7 +1582,6 @@ static enum sp_return set_config(struct sp_port *port, struct port_data *data, if (config->parity >= 0) { switch (config->parity) { - /* Note: There's also SPACEPARITY, MARKPARITY (unneeded so far). */ case SP_PARITY_NONE: data->dcb.Parity = NOPARITY; break;