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

Commit 60fb3405 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman
Browse files

greybus: Remove extra blank lines



This patch removes few blank lines across the repository at places where
two blank lines were present together or when a blank line is present at
the start or end of a routine.

Note that this doesn't remove most of them from greybus_protocols.h as
they were added on purpose.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 6554efa2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1164,7 +1164,6 @@ static struct snd_soc_codec_driver soc_codec_dev_gbaudio = {
	.ignore_pmdown_time = 1,
};


#ifdef CONFIG_PM
static int gbaudio_codec_suspend(struct device *dev)
{
+0 −2
Original line number Diff line number Diff line
@@ -221,7 +221,6 @@ static int gb_audio_probe(struct gb_bundle *bundle,
	int ret, i;
	struct gb_audio_topology *topology;


	/* There should be at least one Management and one Data cport */
	if (bundle->num_cports < 2)
		return -ENODEV;
@@ -367,7 +366,6 @@ static void gb_audio_disconnect(struct gb_bundle *bundle)
	struct gbaudio_module_info *gbmodule = greybus_get_drvdata(bundle);
	struct gbaudio_data_connection *dai, *_dai;


	/* cleanup module related resources first */
	gbaudio_unregister_module(gbmodule);

+0 −1
Original line number Diff line number Diff line
@@ -872,7 +872,6 @@ static int gbaudio_tplg_process_routes(struct gbaudio_module_info *module,
	if (!dapm_routes)
		return -ENOMEM;


	module->dapm_routes = dapm_routes;
	curr = routes;

+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ static ssize_t state_store(struct device *dev, struct device_attribute *attr,
}
static DEVICE_ATTR_RW(state);


static struct attribute *bundle_attrs[] = {
	&dev_attr_bundle_class.attr,
	&dev_attr_bundle_id.attr,
+0 −1
Original line number Diff line number Diff line
@@ -513,7 +513,6 @@ gb_connection_control_disconnected(struct gb_connection *connection)
		return;
	}


	ret = gb_control_disconnected_operation(control, cport_id);
	if (ret) {
		dev_warn(&connection->bundle->dev,
Loading