diff options
author | Dave Jones <davej@redhat.com> | 2006-02-28 00:54:25 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-02-28 00:54:25 -0500 |
commit | 6a92a4e0d201aea6d7c83f100d77310676b2e049 (patch) | |
tree | 89a17578d18b1cc3d653c75f00da6455e4bdcaa7 /drivers/char/agp/frontend.c | |
parent | a8b76b491510b7591c584838d0d7922f9ffe5c2c (diff) |
[AGPGART] Lots of CodingStyle/whitespace cleanups.
Eliminate trailing whitespace.
s/if(/if (/
s/for(/for (/
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/char/agp/frontend.c')
-rw-r--r-- | drivers/char/agp/frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/frontend.c b/drivers/char/agp/frontend.c index 97eeb2345b18..ffcf15c30e90 100644 --- a/drivers/char/agp/frontend.c +++ b/drivers/char/agp/frontend.c | |||
@@ -781,7 +781,7 @@ static int agpioc_acquire_wrap(struct agp_file_private *priv) | |||
781 | if (agp_fe.current_controller != NULL) | 781 | if (agp_fe.current_controller != NULL) |
782 | return -EBUSY; | 782 | return -EBUSY; |
783 | 783 | ||
784 | if(!agp_bridge) | 784 | if (!agp_bridge) |
785 | return -ENODEV; | 785 | return -ENODEV; |
786 | 786 | ||
787 | if (atomic_read(&agp_bridge->agp_in_use)) | 787 | if (atomic_read(&agp_bridge->agp_in_use)) |