Re: [PATCH char-misc-next v2 01/13] misc: mic: SCIF header file and IOCTL interface

From: Greg Kroah-Hartman
Date: Sun Jan 25 2015 - 11:20:07 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/