[PATCH 1/1] device control: fix trivial typo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>From a6b0f68be3155f9b3634d28cb531c19329d56b7a Mon Sep 17 00:00:00 2001
From: Serge Hallyn <serue@xxxxxxxxxx>
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@xxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers

[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux