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

Commit ef323812 authored by Garret Kelly's avatar Garret Kelly Committed by Greg Kroah-Hartman
Browse files

staging: goldfish: Fix missing blank lines



Fix two instances of the following checkpatch warning:
WARNING: Missing a blank line after declarations

Signed-off-by: default avatarGarret Kelly <garret.kelly@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 67c20cfb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -147,6 +147,7 @@ static ssize_t goldfish_audio_write(struct file *fp, const char __user *buf,

	while (count > 0) {
		ssize_t copy = count;

		if (copy > WRITE_BUFFER_SIZE)
			copy = WRITE_BUFFER_SIZE;
		wait_event_interruptible(data->wait, (data->buffer_status &
+1 −0
Original line number Diff line number Diff line
@@ -424,6 +424,7 @@ static int goldfish_nand_remove(struct platform_device *pdev)
{
	struct goldfish_nand *nand = platform_get_drvdata(pdev);
	int i;

	for (i = 0; i < nand->mtd_count; i++) {
		if (nand->mtd[i].name)
			mtd_device_unregister(&nand->mtd[i]);