From b2c17fd6b7eaa6d4d226acbd51eb1e1ab593f0cc Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Tue, 2 Oct 2012 11:16:18 -0700 Subject: [PATCH] --- yaml --- r: 334574 b: refs/heads/master c: 07d336006346f7f2e93e690de7c53a7e605f87f9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/hwmon/submitting-patches | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c7a5e1e1bcb2..8a60d26b14af 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f2bab3eb4198ad49895e4cde0216beb3a1a88e31 +refs/heads/master: 07d336006346f7f2e93e690de7c53a7e605f87f9 diff --git a/trunk/Documentation/hwmon/submitting-patches b/trunk/Documentation/hwmon/submitting-patches index 790f774a3032..843751c41fea 100644 --- a/trunk/Documentation/hwmon/submitting-patches +++ b/trunk/Documentation/hwmon/submitting-patches @@ -60,8 +60,7 @@ increase the chances of your change being accepted. * Add the driver to Kconfig and Makefile in alphabetical order. -* Make sure that all dependencies are listed in Kconfig. For new drivers, it - is most likely prudent to add a dependency on EXPERIMENTAL. +* Make sure that all dependencies are listed in Kconfig. * Avoid forward declarations if you can. Rearrange the code if necessary.