On Wed, May 20, 2015 at 8:35 AM, Hannes Frederic Sowa
<han...@stressinduktion.org> wrote:
>
> +static ssize_t unix_stream_sendpage(struct socket *socket, struct page *page,
> +                                   int offset, size_t size, int flags)
> +{
> +       int err;
> +       bool send_sigpipe;
> +       struct sock *sk, *other;
> +       struct sk_buff *skb, *newskb, *tail;
> +
> +       err = 0;
> +       tail = NULL;
> +       newskb = NULL;
> +       sk = socket->sk;
> +       send_sigpipe = true;


Please fold them.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to