[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150911.150727.1724015352215300943.davem@davemloft.net>
Date: Fri, 11 Sep 2015 15:07:27 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ubraun@...ux.vnet.ibm.com
Cc: utz.bacher@...ibm.com, netdev@...r.kernel.org,
linux-s390@...r.kernel.org, schwidefsky@...ibm.com,
heiko.carstens@...ibm.com, ursula.braun@...ibm.com
Subject: Re: [PATCH V5 net-next 1/2] net: introduce socket family constants
From: Ursula Braun <ubraun@...ux.vnet.ibm.com>
Date: Fri, 11 Sep 2015 14:09:09 +0200
> @@ -0,0 +1,13 @@
> +/*
> + * SMC Definitions for the SMC protocol.
> + *
> + * Author: Ursula Braun <ursula.braun@...ibm.com>
> + */
> +#ifndef _SMC_H
> +#define _SMC_H
> +
> +/* SMC socket options - disjunct with TCP socket options */
> +#define SMC_KEEPALIVE 99 /* start/stop keepalives */
> +
> +#endif /* _SMC_H */
> +
Trailing empty lines in files always generate warnings when such
patches are attempted to be applied by GIT.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists