summaryrefslogtreecommitdiff
path: root/general/echo
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 21:54:14 -0700
committerDen Delimarsky <[email protected]>2019-03-13 21:54:14 -0700
commit41c29cb92feff490270b4ce31f67d7baddecc457 (patch)
tree3601c61d3cf6919f2bea780cbdc3f4f3922d914f /general/echo
parent18cabc43191fd82420adcfac56c0361de98360c9 (diff)
Diffstat (limited to 'general/echo')
-rw-r--r--general/echo/kmdf/README.md2
-rw-r--r--general/echo/umdf/README.md2
-rw-r--r--general/echo/umdf2/README.md2
-rw-r--r--general/echo/umdfSocketEcho/README.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/general/echo/kmdf/README.md b/general/echo/kmdf/README.md
index 8a4acf4b..9dcdf601 100644
--- a/general/echo/kmdf/README.md
+++ b/general/echo/kmdf/README.md
@@ -94,4 +94,4 @@ This file merely redirects to the real makefile that is shared by all the driver
Sources
-Generic file that lists source files and all the build options. \ No newline at end of file
+Generic file that lists source files and all the build options.
diff --git a/general/echo/umdf/README.md b/general/echo/umdf/README.md
index 4d8cbbe4..c1ae545f 100644
--- a/general/echo/umdf/README.md
+++ b/general/echo/umdf/README.md
@@ -129,4 +129,4 @@ File Manifest
**echodriver.ctl**
- This file lists the WPP trace control GUID(s) for the sample driver. This file can be used with the tracelog command's -guid flag to enable the collection of these trace events within an established trace session.
-- These GUIDs must remain in sync with the trace control GUIDs defined in internal.h. \ No newline at end of file
+- These GUIDs must remain in sync with the trace control GUIDs defined in internal.h.
diff --git a/general/echo/umdf2/README.md b/general/echo/umdf2/README.md
index 2ce91193..1a46cc34 100644
--- a/general/echo/umdf2/README.md
+++ b/general/echo/umdf2/README.md
@@ -83,4 +83,4 @@ As an alternative to building the driver sample in Visual Studio, you can build
**msbuild /p:configuration="Release" /p:platform="Win32" umdf2echo.sln**
-For more information about using MSBuild to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644). \ No newline at end of file
+For more information about using MSBuild to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644).
diff --git a/general/echo/umdfSocketEcho/README.md b/general/echo/umdfSocketEcho/README.md
index a3c60afa..579013e1 100644
--- a/general/echo/umdfSocketEcho/README.md
+++ b/general/echo/umdfSocketEcho/README.md
@@ -174,4 +174,4 @@ Note that independent threads perform the reads and writes in the echo test appl
File Manifest
-------------
-**Dllsup.cpp**: The DLL support code that provides the DLL's entry point and the single required export (DllGetClassObject). \ No newline at end of file
+**Dllsup.cpp**: The DLL support code that provides the DLL's entry point and the single required export (DllGetClassObject).