Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/drm Remove spurious newl...



details:   https://anonhg.NetBSD.org/src/rev/540ca857030e
branches:  riastradh-drm2
changeset: 788622:540ca857030e
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jan 22 14:58:29 2014 +0000

description:
Remove spurious newline to reduce diff from upstream.

diffstat:

 sys/external/bsd/drm2/dist/drm/drm_buffer.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r a165bd6c9db6 -r 540ca857030e sys/external/bsd/drm2/dist/drm/drm_buffer.c
--- a/sys/external/bsd/drm2/dist/drm/drm_buffer.c       Wed Jan 22 14:58:20 2014 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_buffer.c       Wed Jan 22 14:58:29 2014 +0000
@@ -171,7 +171,6 @@
        } else {
                /* The object is split which forces copy to temporary object.*/
                int beginsz = PAGE_SIZE - idx;
-
                memcpy(stack_obj, &buf->data[page][idx], beginsz);
 
                memcpy((char *)stack_obj + beginsz, &buf->data[page + 1][0],



Home | Main Index | Thread Index | Old Index