Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f27b8c35 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Karsten Keil
Browse files

indentation & braces disagree - add braces



Nothing is broken because of this - currently.

Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: default avatarKarsten Keil <kkeil@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 9785a8f8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1893,7 +1893,7 @@ dsp_cmx_hdlc(struct dsp *dsp, struct sk_buff *skb)
		/* in case of hardware (echo) */
		if (dsp->pcm_slot_tx >= 0)
			return;
		if (dsp->echo)
		if (dsp->echo) {
			nskb = skb_clone(skb, GFP_ATOMIC);
			if (nskb) {
				hh = mISDN_HEAD_P(nskb);
@@ -1902,6 +1902,7 @@ dsp_cmx_hdlc(struct dsp *dsp, struct sk_buff *skb)
				skb_queue_tail(&dsp->sendq, nskb);
				schedule_work(&dsp->workq);
			}
		}
		return;
	}
	/* in case of hardware conference */