diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-01 04:31:11 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-12-01 04:31:27 -0500 |
commit | 95f567bb53b3592d722c340c56aaabd5fc78a135 (patch) | |
tree | c24b330884943861b2877f1c86ba460e0e351cee /litmus/ftdev.c | |
parent | 07382e1846d14b3aba3f245bf66537e8e3e0275b (diff) |
LITMUS: remove trailing whitespace for release2008.2
Diffstat (limited to 'litmus/ftdev.c')
-rw-r--r-- | litmus/ftdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/ftdev.c b/litmus/ftdev.c index a62ccecf64..7c933ffdaa 100644 --- a/litmus/ftdev.c +++ b/litmus/ftdev.c | |||
@@ -110,7 +110,7 @@ static int ftdev_open(struct inode *in, struct file *filp) | |||
110 | } | 110 | } |
111 | if (ftdev->can_open && (err = ftdev->can_open(ftdev, buf_idx))) | 111 | if (ftdev->can_open && (err = ftdev->can_open(ftdev, buf_idx))) |
112 | goto out; | 112 | goto out; |
113 | 113 | ||
114 | ftdm = ftdev->minor + buf_idx; | 114 | ftdm = ftdev->minor + buf_idx; |
115 | filp->private_data = ftdm; | 115 | filp->private_data = ftdm; |
116 | 116 | ||