Commit 9ef6a833 authored by jitendra kumar khasdev's avatar jitendra kumar khasdev Committed by Greg Kroah-Hartman

Staging: comedi: fix line over 80 characters warning

This is patch to file jr3_pci.h that fix up warning line
over 80 character which is found by checkpatch tool.
Signed-off-by: default avatarJitendra Kumar Khasdev <jkhasdev@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a4a75b21
...@@ -261,8 +261,9 @@ struct intern_transform { ...@@ -261,8 +261,9 @@ struct intern_transform {
} link[8]; } link[8];
}; };
/* JR3 force/torque sensor data definition. For more information see sensor and */ /* JR3 force/torque sensor data definition. For more information see sensor
/* hardware manuals. */ * and hardware manuals.
*/
struct jr3_channel { struct jr3_channel {
/* Raw_channels is the area used to store the raw data coming from */ /* Raw_channels is the area used to store the raw data coming from */
......
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