summaryrefslogtreecommitdiff
path: root/general/ioctl
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 19:15:06 -0700
committerDen Delimarsky <[email protected]>2019-03-13 19:15:06 -0700
commitdbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 (patch)
tree2a8e1a39358b66cc2bc0d85e163956aafd5ccd16 /general/ioctl
parentffeacc14932f98db4e7926825909a37d2b6d332f (diff)
Update manifests
Diffstat (limited to 'general/ioctl')
-rw-r--r--general/ioctl/kmdf/README.md2
-rw-r--r--general/ioctl/wdm/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/general/ioctl/kmdf/README.md b/general/ioctl/kmdf/README.md
index edfc3651..ed04bc3b 100644
--- a/general/ioctl/kmdf/README.md
+++ b/general/ioctl/kmdf/README.md
@@ -74,4 +74,4 @@ KmdfService = \<your driver service name here\>, \<driver service install subsec
KmdfLibraryVersion = \<version bound to here, in Major.minor format\>
-For example, for V1.0 KmdfLibraryVersion is "1.0"
+For example, for V1.0 KmdfLibraryVersion is "1.0" \ No newline at end of file
diff --git a/general/ioctl/wdm/README.md b/general/ioctl/wdm/README.md
index 76717ec8..e1f9cf7c 100644
--- a/general/ioctl/wdm/README.md
+++ b/general/ioctl/wdm/README.md
@@ -28,4 +28,4 @@ The sample consists of a legacy device driver and a Win32 console test applicati
# Run the sample
-To test this driver, copy the test app, Ioctlapp.exe, and the driver to the same directory, and run the application. The application will automatically load the driver, if it's not already loaded, and interact with the driver. When you exit the application, the driver will be stopped, unloaded and removed.
+To test this driver, copy the test app, Ioctlapp.exe, and the driver to the same directory, and run the application. The application will automatically load the driver, if it's not already loaded, and interact with the driver. When you exit the application, the driver will be stopped, unloaded and removed. \ No newline at end of file