Commit d90fe8d1 authored by Federico Vaga's avatar Federico Vaga

trivial: a few whitespace fixes

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
Acked-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent cbcdf2f7
......@@ -86,7 +86,7 @@ enum zio_dev_std_attr {
};
enum zio_trg_std_attr {
ZIO_ATTR_TRIG_N_SHOTS = 0,/* trigger programmed shots (0: infinite) */
ZIO_ATTR_TRIG_POST_SAMP, /* samples after trigger fire */
ZIO_ATTR_TRIG_POST_SAMP,/* samples after trigger fire */
ZIO_ATTR_TRIG_PRE_SAMP, /* samples before trigger fire */
/* Specials attributes */
......@@ -95,7 +95,7 @@ enum zio_trg_std_attr {
_ZIO_TRG_ATTR_STD_NUM, /* used to size arrays and check ZIO */
};
enum zio_buf_std_attr {
ZIO_ATTR_ZBUF_MAXLEN = 0, /* max number of element in buffer */
ZIO_ATTR_ZBUF_MAXLEN = 0,/* max number of element in buffer */
ZIO_ATTR_ZBUF_MAXKB, /* max number of kB in buffer */
/* Specials attributes */
......
......@@ -1210,7 +1210,7 @@ int zio_register_trig(struct zio_trigger_type *trig, const char *name)
return 0;
err_nsamp:
pr_err("%s: trigger \"%s\" lacks mandatory \"pre-sample\" or"
pr_err("%s: trigger \"%s\" lacks mandatory \"pre-sample\" or "
"\"post-sample\" attribute", __func__, name);
return -EINVAL;
}
......
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