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

Commit 7597028a authored by Ben Collins's avatar Ben Collins
Browse files

raw1394: fix whitespace after x86_64 compat patch

parent fa7614de
Loading
Loading
Loading
Loading
+26 −28
Original line number Diff line number Diff line
@@ -516,7 +516,6 @@ static ssize_t raw1394_read(struct file *file, char __user * buffer,
   	    sizeof(struct compat_raw1394_req) !=
			sizeof(struct raw1394_request)) {
		ret = raw1394_compat_read(buffer, &req->req);

	} else
#endif
	{
@@ -2348,7 +2347,6 @@ static int state_connected(struct file_info *fi, struct pending_request *req)
	return handle_async_request(fi, req, node);
}


static ssize_t raw1394_write(struct file *file, const char __user * buffer,
			     size_t count, loff_t * offset_is_ignored)
{