[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120516.011854.1062044943070500943.davem@davemloft.net>
Date: Wed, 16 May 2012 01:18:54 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: kkeil@...ux-pingi.de
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 6/8] mISDN: Allow to set a minimum length for
transparent data
From: Karsten Keil <kkeil@...ux-pingi.de>
Date: Wed, 16 May 2012 06:22:52 +0200
> @@ -197,7 +234,7 @@ recv_Echannel(struct dchannel *ech, struct dchannel *dch)
> EXPORT_SYMBOL(recv_Echannel);
>
> void
> -recv_Bchannel(struct bchannel *bch, unsigned int id)
> +recv_Bchannel(struct bchannel *bch, unsigned int id, unsigned int force)
Please use "bool" for boolean variables.
--
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