[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150125124100.GB21763@kroah.com>
Date: Sun, 25 Jan 2015 20:41:00 +0800
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Sudeep Dutt <sudeep.dutt@...el.com>
Cc: Arnd Bergmann <arnd@...db.de>, Jonathan Corbet <corbet@....net>,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
Dave Jiang <dave.jiang@...el.com>,
Nikhil Rao <nikhil.rao@...el.com>,
Ashutosh Dixit <ashutosh.dixit@...el.com>
Subject: Re: [PATCH char-misc-next v2 01/13] misc: mic: SCIF header file and
IOCTL interface
On Mon, Jan 12, 2015 at 03:09:55PM -0800, Sudeep Dutt wrote:
> + * Errors:
> + * EBADF, ENOTTY
> + * epd is not a valid endpoint descriptor
> + * ECONNREFUSED
> + * The destination was not listening for connections or refused the
> + * connection request
> + * EINVAL
> + * epd is not a valid endpoint descriptor, or
> + * dst.port is not a valid port ID
> + * EISCONN
> + * The endpoint is already connected
> + * ENOMEM
> + * No buffer space is available
> + * ENODEV
> + * The destination node does not exist, or
> + * The node is lost or existed, but is not currently in the network since it
> + * may have crashed
> + * ENOSPC
> + * No port number available for assignment
> + * EOPNOTSUPP
> + * The endpoint is listening and cannot be connected
> +*/
Very odd formatting of these error codes here, and other places in this
.h file, please fix them all up and properly wrap your lines.
thanks,
greg k-h
--
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