[LTP] [PATCH 4/6] api/channel: Add channel abstraction for message passing
Petr Vorel
pvorel@suse.cz
Fri Sep 30 11:17:56 CEST 2022
Hi Richie,
...
> diff --git a/lib/tst_channel.c b/lib/tst_channel.c
...
> +static void pipe_chan_send(struct tst_chan *self)
> +{
> + struct tst_pchan *priv = self->priv;
> + const enum tst_pchan_state state =
> + TST_STATE_GET(&priv->mach, 1 << PCS_IDLE | 1 << PCS_SEND_DATA | 1 << PCS_RECV_ACK);
> +
> + TST_STATE_EXP(&self->mach, 1 << CHS_READY | 1 << CHS_SEND);
nit: git am complains:
Applying: api/channel: Add channel abstraction for message passing
.git/rebase-apply/patch:293: space before tab in indent.
TST_STATE_EXP(&self->mach, 1 << CHS_READY | 1 << CHS_SEND);
Petr
More information about the ltp
mailing list