aboutsummaryrefslogtreecommitdiffstats
path: root/f02.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-09 14:44:13 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-09 14:44:13 -0700
commit3686af12e2a752e4e8bf3288e45fc600acecfae7 (patch)
tree27e36db2719e0da92e3f90b49020ed889616f787 /f02.patch
parent16dfea5d8528f5ae8137306ff9e1d637946696d4 (diff)
downloadpatches-3686af12e2a752e4e8bf3288e45fc600acecfae7.tar.gz
started to document the f??.patch files
Diffstat (limited to 'f02.patch')
-rw-r--r--f02.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/f02.patch b/f02.patch
index dfa1cb0854bab8..8b77dbbbc24650 100644
--- a/f02.patch
+++ b/f02.patch
@@ -1,3 +1,15 @@
+From foo@baz Mon Sep 9 14:31:19 PDT 2013
+Date: Mon, 09 Sep 2013 14:31:19 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: hv: move "state" bus attribute to dev_groups
+
+This moves the "state" bus attribute to the dev_groups structure,
+removing the need for it to be in a temporary structure.
+
+Cc: "K. Y. Srinivasan" <kys@microsoft.com>
+Cc: Haiyang Zhang <haiyangz@microsoft.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/hv/channel.c | 1 -
drivers/hv/vmbus_drv.c | 17 ++++++++++++-----