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

Commit edaa1e33 authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman
Browse files

staging: most: make alignment match open parenthesis



This patch fixes coding style violations by making alignments match
open parenthesis.

Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c6c3f345
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -92,8 +92,7 @@ static int configure_channel(struct most_interface *most_iface,
		return -EPERM;
	}

	if (channel_config->direction == MOST_CH_RX) {
		if (dev->polling_mode)
	if ((channel_config->direction == MOST_CH_RX) && (dev->polling_mode)) {
		schedule_delayed_work(&dev->rx.dwork,
				      msecs_to_jiffies(MSEC_PER_SEC / 4));
	}
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.