Commit ed824215 authored by Roman Kiryanov's avatar Roman Kiryanov Committed by Greg Kroah-Hartman

platform: goldfish: pipe: Fix comments to fit 80 columns

Some comment lines are longer than 80 symbols.
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent aa2eb860
...@@ -85,7 +85,10 @@ enum PipePollFlags { ...@@ -85,7 +85,10 @@ enum PipePollFlags {
PIPE_POLL_HUP = 1 << 2 PIPE_POLL_HUP = 1 << 2
}; };
/* Possible status values used to signal errors - see goldfish_pipe_error_convert */ /*
* Possible status values used to signal errors
* see: goldfish_pipe_error_convert
*/
enum PipeErrors { enum PipeErrors {
PIPE_ERROR_INVAL = -1, PIPE_ERROR_INVAL = -1,
PIPE_ERROR_AGAIN = -2, PIPE_ERROR_AGAIN = -2,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment