diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-09-29 17:47:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-09-29 17:47:51 -0700 |
commit | c0a08f06aec84c3be102e57a56e01d639be253bb (patch) | |
tree | 735227e65e41ee52b975d6d3a317ef9c57ba8c47 | |
parent | 0a1162e2af357be00610377f297600806b90deca (diff) |
include/drm/README: update drm-next link to use gitlab instead of cgit
-rw-r--r-- | include/drm/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/README b/include/drm/README index ea2320cc..750a5a5a 100644 --- a/include/drm/README +++ b/include/drm/README @@ -71,7 +71,7 @@ Note: One should not do _any_ changes to the files apart from the steps below. In order to update the files do the following: - Switch to a Linux kernel tree/branch which is not rebased. - For example: drm-next (https://cgit.freedesktop.org/drm/drm) + For example: drm-next (https://gitlab.freedesktop.org/drm/kernel/) - Install the headers via `make headers_install' to a separate location. - Copy the drm header[s] + git add + git commit. - Note: Your commit message must include: |