From 289bf1ff1e347547fae2a78cc4c27891af039896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Iglesias=20Gons=C3=A1lvez?= Date: Tue, 17 Jul 2012 12:56:18 +0200 Subject: [PATCH] --- yaml --- r: 318033 b: refs/heads/master c: bfce7cf68673216168020f369365dfc8ccbf23de h: refs/heads/master i: 318031: bfde842dd9b5026d90360a107c9f64c4f482eb0d v: v3 --- [refs] | 2 +- trunk/drivers/staging/ipack/TODO | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f0f4e04fc65d..9786ce139365 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8f834c14e35d629d84a743983c5d36449ad3182f +refs/heads/master: bfce7cf68673216168020f369365dfc8ccbf23de diff --git a/trunk/drivers/staging/ipack/TODO b/trunk/drivers/staging/ipack/TODO index 25ed7aed75e6..b21d33ab144a 100644 --- a/trunk/drivers/staging/ipack/TODO +++ b/trunk/drivers/staging/ipack/TODO @@ -3,7 +3,7 @@ Introduction ============ -These drivers add support for IndustryPack devices: carrier and mezzanine +These drivers add support for IndustryPack devices: carrier and IP module boards. The ipack driver is just an abstraction of the bus providing the common @@ -31,7 +31,7 @@ Ipack ----- * The structures and API exported can be improved a lot. For example, the - way to unregistering mezzanine devices, doing the mezzanine driver a call to + way to unregistering IP module devices, doing the IP module driver a call to remove_device() to notify the carrier driver, or the opposite with the call to the ipack_driver_ops' remove() function could be improved.