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/agp.h | |
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/agp.h')
-rw-r--r-- | drivers/char/agp/agp.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h index b4af87c6f9c..3c623b67ea1 100644 --- a/drivers/char/agp/agp.h +++ b/drivers/char/agp/agp.h | |||
@@ -19,9 +19,9 @@ | |||
19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
20 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 20 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
22 | * JEFF HARTMANN, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, | 22 | * JEFF HARTMANN, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, |
23 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR | 23 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
24 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE | 24 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE |
25 | * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 25 | * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
26 | * | 26 | * |
27 | */ | 27 | */ |
@@ -53,7 +53,7 @@ enum aper_size_type { | |||
53 | struct gatt_mask { | 53 | struct gatt_mask { |
54 | unsigned long mask; | 54 | unsigned long mask; |
55 | u32 type; | 55 | u32 type; |
56 | /* totally device specific, for integrated chipsets that | 56 | /* totally device specific, for integrated chipsets that |
57 | * might have different types of memory masks. For other | 57 | * might have different types of memory masks. For other |
58 | * devices this will probably be ignored */ | 58 | * devices this will probably be ignored */ |
59 | }; | 59 | }; |
@@ -104,8 +104,7 @@ struct agp_bridge_driver { | |||
104 | void (*agp_enable)(struct agp_bridge_data *, u32); | 104 | void (*agp_enable)(struct agp_bridge_data *, u32); |
105 | void (*cleanup)(void); | 105 | void (*cleanup)(void); |
106 | void (*tlb_flush)(struct agp_memory *); | 106 | void (*tlb_flush)(struct agp_memory *); |
107 | unsigned long (*mask_memory)(struct agp_bridge_data *, | 107 | unsigned long (*mask_memory)(struct agp_bridge_data *, unsigned long, int); |
108 | unsigned long, int); | ||
109 | void (*cache_flush)(void); | 108 | void (*cache_flush)(void); |
110 | int (*create_gatt_table)(struct agp_bridge_data *); | 109 | int (*create_gatt_table)(struct agp_bridge_data *); |
111 | int (*free_gatt_table)(struct agp_bridge_data *); | 110 | int (*free_gatt_table)(struct agp_bridge_data *); |