I fixed a couple of trailing whitespace coding style errors in
agpgart.h.

Signed-off-by: Robert Nachlinger <[email protected]>
---
 include/linux/agpgart.h | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/include/linux/agpgart.h b/include/linux/agpgart.h
index c6b61ca..973592b 100644
--- a/include/linux/agpgart.h
+++ b/include/linux/agpgart.h
@@ -17,9 +17,9 @@
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
- * JEFF HARTMANN, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, 
- * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE 
+ * JEFF HARTMANN, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,
+ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
  * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  */
@@ -72,9 +72,9 @@ struct agp_allocate {
        int key;                /* tag of allocation            */
        size_t pg_count;        /* number of pages              */
        u32 type;               /* 0 == normal, other devspec   */
-       u32 physical;           /* device specific (some devices  
-                                * need a phys address of the     
-                                * actual page behind the gatt    
+       u32 physical;           /* device specific (some devices
+                                * need a phys address of the
+                                * actual page behind the gatt
                                 * table)                        */
 };
 
@@ -105,11 +105,11 @@ struct agp_controller {
        struct agp_client *clients;
 };
 
-#define AGP_FF_ALLOW_CLIENT            0
-#define AGP_FF_ALLOW_CONTROLLER        1
-#define AGP_FF_IS_CLIENT               2
-#define AGP_FF_IS_CONTROLLER           3
-#define AGP_FF_IS_VALID                4
+#define AGP_FF_ALLOW_CLIENT    0
+#define AGP_FF_ALLOW_CONTROLLER        1
+#define AGP_FF_IS_CLIENT       2
+#define AGP_FF_IS_CONTROLLER   3
+#define AGP_FF_IS_VALID                4
 
 struct agp_file_private {
        struct agp_file_private *next;
-- 
2.2.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to