[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141127030740.GA27141@kroah.com>
Date: Wed, 26 Nov 2014 19:07:40 -0800
From: Greg KH <gregkh@...uxfoundation.org>
To: Tomas Winkler <tomas.winkler@...el.com>
Cc: arnd@...db.de, linux-kernel@...r.kernel.org
Subject: Re: [char-misc-next] mei: bus: use ssize_t as the return type for
send and receive
On Mon, Nov 24, 2014 at 09:51:06AM +0200, Tomas Winkler wrote:
> Mei bus receive and send function may return either number
> of transmitted bytes or errno. It is better to use ssize_t
> type for that purpose that mixing size_t with int.
>
> Signed-off-by: Tomas Winkler <tomas.winkler@...el.com>
> ---
> drivers/misc/mei/bus.c | 30 ++++++++++++++----------------
> drivers/misc/mei/mei_dev.h | 6 +++---
> include/linux/mei_cl_bus.h | 4 ++--
> 3 files changed, 19 insertions(+), 21 deletions(-)
Doesn't apply :(
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists