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

Commit a3ef7afe authored by Jeff Hugo's avatar Jeff Hugo Committed by Arun Kumar Neelakantam
Browse files

soc: qcom: bam_dmux: Fix spelling mistakes



Fix spelling mistakes in the driver.

Change-Id: I6bc9c7f1a70a998ff1159b248ce8f8761deba6b9
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent dc411bff
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ static void *bam_ipc_log_txt;

/**
 * Log a state change along with a small message.
 * Complete size of messsage is limited to @todo.
 * Complete size of message is limited to @todo.
 * Logging is done using IPC Logging infrastructure.
 *
 * States
@@ -481,7 +481,7 @@ static void queue_rx_work_func(struct work_struct *work)
{
	/*
	 * Cold path.  Delays can be tolerated.  Use of GFP_KERNEL should
	 * guarentee the requested memory will be found, after some ammount of
	 * guarantee the requested memory will be found, after some ammount of
	 * delay.
	 */
	__queue_rx(GFP_KERNEL);
@@ -1481,7 +1481,7 @@ static void bam_mux_tx_notify(struct sps_event_notify *notify)
		queue_work(bam_mux_tx_workqueue, &pkt->work);
		break;
	default:
		pr_err("%s: recieved unexpected event id %d\n", __func__,
		pr_err("%s: received unexpected event id %d\n", __func__,
			notify->event_id);
	}
}
@@ -1532,7 +1532,7 @@ static void bam_mux_rx_notify(struct sps_event_notify *notify)
		}
		break;
	default:
		pr_err("%s: recieved unexpected event id %d\n", __func__,
		pr_err("%s: received unexpected event id %d\n", __func__,
			notify->event_id);
	}
}