OpenVZ Forum


Home » Mailing lists » Devel » [PATCH 1/1] device control: fix trivial typo
[PATCH 1/1] device control: fix trivial typo [message #27188] Mon, 11 February 2008 17:00
serue is currently offline  serue
Messages: 750
Registered: February 2006
Senior Member
>From a6b0f68be3155f9b3634d28cb531c19329d56b7a Mon Sep 17 00:00:00 2001
From: Serge Hallyn <serue@us.ibm.com>
Date: Mon, 11 Feb 2008 08:58:27 -0800
Subject: [PATCH 1/1] device control: fix trivial typo

add missing word 'struct' in two lines.

Signed-off-by: Serge Hallyn <serue@us.ibm.com>
---
 include/linux/devscontrol.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/devscontrol.h b/include/linux/devscontrol.h
index 38057b9..ae5f801 100644
--- a/include/linux/devscontrol.h
+++ b/include/linux/devscontrol.h
@@ -13,12 +13,12 @@ struct task_struct;
 struct kobj_map *task_cdev_map(struct task_struct *);
 struct kobj_map *task_bdev_map(struct task_struct *);
 #else
-static inline kobj_map *task_cdev_map(struct task_struct *tsk)
+static inline struct kobj_map *task_cdev_map(struct task_struct *tsk)
 {
 	return NULL;
 }
 
-static inline kobj_map *task_bdev_map(struct task_struct *tsk)
+static inline struct kobj_map *task_bdev_map(struct task_struct *tsk)
 {
 	return NULL;
 }
-- 
1.5.1

_______________________________________________
Containers mailing list
Containers@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
 
Read Message
Previous Topic: [PATCH] proc: print more information when removing non-empty directories
Next Topic: [PATCH] [IPV4]: Remove warning in node_set_parent.
Goto Forum:
  


Current Time: Mon Aug 25 15:27:10 GMT 2025

Total time taken to generate the page: 0.07938 seconds