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/generic.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/generic.c')
-rw-r--r-- | drivers/char/agp/generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/generic.c b/drivers/char/agp/generic.c index 5567ce8d72b0..4e1891e2c035 100644 --- a/drivers/char/agp/generic.c +++ b/drivers/char/agp/generic.c | |||
@@ -299,7 +299,7 @@ EXPORT_SYMBOL_GPL(agp_num_entries); | |||
299 | /** | 299 | /** |
300 | * agp_copy_info - copy bridge state information | 300 | * agp_copy_info - copy bridge state information |
301 | * | 301 | * |
302 | * @info: agp_kern_info pointer. The caller should insure that this pointer is valid. | 302 | * @info: agp_kern_info pointer. The caller should insure that this pointer is valid. |
303 | * | 303 | * |
304 | * This function copies information about the agp bridge device and the state of | 304 | * This function copies information about the agp bridge device and the state of |
305 | * the agp backend into an agp_kern_info pointer. | 305 | * the agp backend into an agp_kern_info pointer. |