diff options
author | Rik Faith <faith@alephnull.com> | 2000-06-13 14:34:13 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-06-13 14:34:13 +0000 |
commit | 2fbd4bf0189cf6d421000c7eea85fee3b9c79ed0 (patch) | |
tree | b6dd3b627e04cc9a81ff8f42b94d778378d30a13 /shared | |
parent | 1c8b2b5e06f7967babfa49b9dc8bf24316bfe201 (diff) |
Unify code with kernel: Change some spacing in comments Add #include
<linux/config.h> to all *_drv.c files
Diffstat (limited to 'shared')
-rw-r--r-- | shared/drm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/drm.h b/shared/drm.h index c71af2cc6..381bdbc59 100644 --- a/shared/drm.h +++ b/shared/drm.h @@ -11,11 +11,11 @@ * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: - * + * * The above copyright notice and this permission notice (including the next * paragraph) shall be included in all copies or substantial portions of the * Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL @@ -23,7 +23,7 @@ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. - * + * * Authors: * Rickard E. (Rik) Faith <faith@valinux.com> * |