Commit dc9dc749 authored by Gaurav Dhingra's avatar Gaurav Dhingra Committed by Greg Kroah-Hartman

staging: greybus: Fix warning to limit chars per line

Wrap comment to fix warning "prefer a maximum 75 chars per line"
Signed-off-by: default avatarGaurav Dhingra <gauravdhingra.gxyd@gmail.com>
Acked-by: default avatarVaibhav Agarwal <vaibhav.sr@gmail.com>
Reviewed-by: default avatarMark Greer <mgreer@animalcreek.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7860778b
......@@ -23,7 +23,10 @@ enum {
NUM_CODEC_DAIS,
};
/* device_type should be same as defined in audio.h (Android media layer) */
/*
* device_type should be same as defined in audio.h
* (Android media layer)
*/
enum {
GBAUDIO_DEVICE_NONE = 0x0,
/* reserved bits */
......
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