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

Commit 17ecb2b7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "media: dvb-core: dmxdev: Add braces around suspicious indent"

parents c9872ebd c52b8542
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ static int dvb_dmxdev_update_events(struct dmxdev_events_queue *events,
				bytes_read = 0;
			}
		} else {
			if (bytes_read)
			if (bytes_read) {
				/*
				 * data was read beyond the non-data event,
				 * making it not relevant anymore
@@ -460,6 +460,7 @@ static int dvb_dmxdev_update_events(struct dmxdev_events_queue *events,
					event->type))
					events->wakeup_events_counter--;
			}
		}

		events->read_index = events->notified_index;
	}