lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 24 Dec 2014 14:55:01 +0100
From:	Robert Nachlinger <robert.nachlinger@...glemail.com>
To:	airlied@...ux.ie
Cc:	linux-kernel@...r.kernel.org,
	Robert Nachlinger <robert.nachlinger@...glemail.com>
Subject: [PATCH] Include: linux: fixed a couple of trailing whitespace errors include agpgart.h

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

Signed-off-by: Robert Nachlinger <robert.nachlinger@...glemail.com>
---
 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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ