Skip to content

Commit b4f0f94

Browse files
committed
Remove trailing whitespace
My editor is configured to remove trailing spaces automatically. Adding as a separate commit to minimize the actual change and allow commit this change separately from the kvm driver change.
1 parent e318fd5 commit b4f0f94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ update-kong-ingress-controller-version:
12131213
update-nvidia-device-plugin-version:
12141214
cd hack && go run update/nvidia_device_plugin_version/nvidia_device_plugin_version.go
12151215

1216-
# for amd gpu
1216+
# for amd gpu
12171217
.PHONY: update-amd-device-plugin-version
12181218
update-amd-device-plugin-version:
12191219
cd hack && go run update/amd_device_gpu_plugin_version/amd_device_gpu_plugin_version.go

hack/jenkins/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ if [ -z "${EXTERNAL}" ]; then
500500
echo ">> uploading ${SUMMARY_OUT} to gs://${JOB_GCS_BUCKET}_summary.json"
501501
echo ">> public URL: ${REPORT_URL_BASE}/${JOB_GCS_BUCKET}_summary.json"
502502
gsutil -qm cp "${SUMMARY_OUT}" "gs://${JOB_GCS_BUCKET}_summary.json" || true
503-
else
503+
else
504504
# Otherwise, put the results in a predictable spot so the upload job can find them
505505
REPORTS_PATH=test_reports
506506
mkdir -p "$REPORTS_PATH"

site/content/en/docs/tutorials/nvidia.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ date: 2018-01-02
4646
minikube delete
4747
```
4848
This will make sure minikube does any required setup or addon installs now that the nvidia runtime is available.
49-
49+
5050
- Start minikube with one of:
5151
- The NVIDIA Container Toolkit
5252
```shell
@@ -154,7 +154,7 @@ drivers supported by minikube for macOS doesn't support GPU passthrough:
154154
- [moby/hyperkit#159](https://github.com/moby/hyperkit/issues/159)
155155
- [VirtualBox docs](https://www.virtualbox.org/manual/ch09.html#pcipassthrough)
156156
157-
Also:
157+
Also:
158158
159159
- For quite a while, all Mac hardware (both laptops and desktops) have come with
160160
Intel or AMD GPUs (and not with NVIDIA GPUs). Recently, Apple added [support

0 commit comments

Comments
 (0)