summaryrefslogtreecommitdiff
path: root/network
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 /network
parent18cabc43191fd82420adcfac56c0361de98360c9 (diff)
Diffstat (limited to 'network')
-rw-r--r--network/config/bindview/README.md2
-rw-r--r--network/modem/fakemodem/README.md2
-rw-r--r--network/ndis/extension/README.md2
-rw-r--r--network/ndis/filter/README.md2
-rw-r--r--network/ndis/mux/README.md2
-rw-r--r--network/ndis/ndisprot/6x/README.md2
-rw-r--r--network/ndis/ndisprot_kmdf/README.md2
-rw-r--r--network/ndis/netvmini/6x/README.md2
-rw-r--r--network/radio/HidSwitchDriverSample/README.md2
-rw-r--r--network/radio/RadioManagerSample/README.md2
-rw-r--r--network/trans/WFPSampler/README.md2
-rw-r--r--network/trans/ddproxy/README.md2
-rw-r--r--network/trans/inspect/README.md2
-rw-r--r--network/trans/msnmntr/README.md2
-rw-r--r--network/trans/stmedit/README.md2
-rw-r--r--network/wlan/WDI/README.md2
-rw-r--r--network/wlan/ihvsampleui/README.md2
-rw-r--r--network/wsk/echosrv/README.md2
18 files changed, 18 insertions, 18 deletions
diff --git a/network/config/bindview/README.md b/network/config/bindview/README.md
index 641a4398..fdb27529 100644
--- a/network/config/bindview/README.md
+++ b/network/config/bindview/README.md
@@ -20,4 +20,4 @@ products:
The Bindview sample demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components.
-For more information on the INetCfg interface, see [Network Configuration Interfaces](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559080). \ No newline at end of file
+For more information on the INetCfg interface, see [Network Configuration Interfaces](http://msdn.microsoft.com/en-us/library/windows/hardware/ff559080).
diff --git a/network/modem/fakemodem/README.md b/network/modem/fakemodem/README.md
index 2cedd97b..aa139958 100644
--- a/network/modem/fakemodem/README.md
+++ b/network/modem/fakemodem/README.md
@@ -22,4 +22,4 @@ The Fakemodem sample demonstrates a simple controller-less modem driver. This dr
## Universal Windows Driver Compliant
-This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. \ No newline at end of file
+This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
diff --git a/network/ndis/extension/README.md b/network/ndis/extension/README.md
index 30557927..554f4af0 100644
--- a/network/ndis/extension/README.md
+++ b/network/ndis/extension/README.md
@@ -32,4 +32,4 @@ MsForwardExt is a basic forwarding extension filter driver that is implemented b
Use the *install.cmd* script provided with each extension filter driver. The *install.cmd* uses **netcfg** to install the extension and **mofcomp** to register any required mof files. The PowerShell cmdlet *Enable-VmSwitchExtension* can then be used to enable the extension filter driver on a Hyper-V Extensible Switch.
-For more information on Hyper-V Extensible Switch extensions, see [Hyper-V Extensible Switch](http://msdn.microsoft.com/en-us/library/windows/hardware/hh598161). \ No newline at end of file
+For more information on Hyper-V Extensible Switch extensions, see [Hyper-V Extensible Switch](http://msdn.microsoft.com/en-us/library/windows/hardware/hh598161).
diff --git a/network/ndis/filter/README.md b/network/ndis/filter/README.md
index 1163fda1..69be489f 100644
--- a/network/ndis/filter/README.md
+++ b/network/ndis/filter/README.md
@@ -117,4 +117,4 @@ What the Ndislwf sample driver does:
5. All requests and sends coming from overlying drivers for the Ndislwf filter driver are repackaged if necessary and sent down to NDIS, to be passed to the underlying NDIS driver.
6. All indications arriving from an underlying NDIS driver are forwarded up by Ndislwf filter driver.
7. NDIS calls the filter's [*FilterPause*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549957) handler when NDIS needs to detach the filter from the stack or there is some configuration changes in the stack. In processing the pause request from NDIS, the Ndislwf driver waits for all its own outstanding requests to be completed before it completes the pause request.
-8. NDIS calls the Ndislwf driver's [*FilterDetach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549918) entry point when NDIS needs to detach a filter module from NDIS stack. The *FilterDetach* handler should free all the memory allocation done in [*FilterAttach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549905), and undo the operations it did in *FilterAttach* Handler. \ No newline at end of file
+8. NDIS calls the Ndislwf driver's [*FilterDetach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549918) entry point when NDIS needs to detach a filter module from NDIS stack. The *FilterDetach* handler should free all the memory allocation done in [*FilterAttach*](http://msdn.microsoft.com/en-us/library/windows/hardware/ff549905), and undo the operations it did in *FilterAttach* Handler.
diff --git a/network/ndis/mux/README.md b/network/ndis/mux/README.md
index 710ab13b..215bed62 100644
--- a/network/ndis/mux/README.md
+++ b/network/ndis/mux/README.md
@@ -191,7 +191,7 @@ Mux.rc | Resource file for the MUX driver
Muxp.inf | Installation INF for the service (protocol side installation)
Mux_mp.inf | Installation INF for the miniport (virtual device installation)
Precomp.h | Precompile header file
-Protocol.c | Protocol related routines for the MUX driver
+Protocol.c | Protocol related routines for the MUX driver
Public.h | Contains the common declarations shared by driver and user applications
For more information, see [NDIS Intermediate Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565773) in the network devices design guide. \ No newline at end of file
diff --git a/network/ndis/ndisprot/6x/README.md b/network/ndis/ndisprot/6x/README.md
index 92e52464..5fa81218 100644
--- a/network/ndis/ndisprot/6x/README.md
+++ b/network/ndis/ndisprot/6x/README.md
@@ -75,4 +75,4 @@ ndisprot.inf | INF file for installing NDISPROT
ntdisp.c | NT Entry points and dispatch routines for NDISPROT
protuser.h | IOCTL and associated structure definitions
recv.c | NDIS protocol entry points for receiving data, and IRP_MJ_READ processing
-send.c | NDIS protocol routines for sending data, and IRP_MJ_WRITE processing \ No newline at end of file
+send.c | NDIS protocol routines for sending data, and IRP_MJ_WRITE processing \ No newline at end of file
diff --git a/network/ndis/ndisprot_kmdf/README.md b/network/ndis/ndisprot_kmdf/README.md
index 9fba66be..339e2553 100644
--- a/network/ndis/ndisprot_kmdf/README.md
+++ b/network/ndis/ndisprot_kmdf/README.md
@@ -129,4 +129,4 @@ File | Description
Common.hpp | Header file containing the common include files for the project
dllmain.cpp | Handles loading/unloading of Wdf Coinstaller and the notify object dll
ProtNotify.idl | Defines the interfaces for the notify object dll
-ProtNotify.rc | Resource file for the notify object dll \ No newline at end of file
+ProtNotify.rc | Resource file for the notify object dll
diff --git a/network/ndis/netvmini/6x/README.md b/network/ndis/netvmini/6x/README.md
index 2a46b3d3..5ce68d7a 100644
--- a/network/ndis/netvmini/6x/README.md
+++ b/network/ndis/netvmini/6x/README.md
@@ -28,4 +28,4 @@ To test the miniport driver, install more than one miniport driver instance. You
**Note** This sample provides an example of minimal driver intended for education purposes. The driver and its sample test programs are not intended for use in a production environment.
-For more information on creating NDIS Miniport Drivers, see [NDIS Miniport Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565949). \ No newline at end of file
+For more information on creating NDIS Miniport Drivers, see [NDIS Miniport Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff565949).
diff --git a/network/radio/HidSwitchDriverSample/README.md b/network/radio/HidSwitchDriverSample/README.md
index a150b0ca..812fd66c 100644
--- a/network/radio/HidSwitchDriverSample/README.md
+++ b/network/radio/HidSwitchDriverSample/README.md
@@ -67,4 +67,4 @@ In this mode the radio switch (switch 8 on the switch pack) represents an A-B sl
### Mode 5 LED only
-In this mode the radio switch (switch 8 on the switch pack) is ignored. The LED array will reflect the state of the Radio LED: either all on or all off (note that the top 2 LEDs never illuminate as these are not wired in). \ No newline at end of file
+In this mode the radio switch (switch 8 on the switch pack) is ignored. The LED array will reflect the state of the Radio LED: either all on or all off (note that the top 2 LEDs never illuminate as these are not wired in).
diff --git a/network/radio/RadioManagerSample/README.md b/network/radio/RadioManagerSample/README.md
index 4c38c2e3..575e26df 100644
--- a/network/radio/RadioManagerSample/README.md
+++ b/network/radio/RadioManagerSample/README.md
@@ -114,4 +114,4 @@ Simply change the values in the registry. For example, change the radio state fr
### Removing a Radio Instance ###
-Delete the corresponding registry key. \ No newline at end of file
+Delete the corresponding registry key.
diff --git a/network/trans/WFPSampler/README.md b/network/trans/WFPSampler/README.md
index fa808b2b..7e45796a 100644
--- a/network/trans/WFPSampler/README.md
+++ b/network/trans/WFPSampler/README.md
@@ -194,4 +194,4 @@ If you want to test whether your TraceView.exe session is working, you can enter
For more information, see [Creating a Trace Session with a PDB File](http://msdn.microsoft.com/en-us/library/windows/hardware/ff543582).
-Tracing for the sample driver can be started at any time before the driver is started or while the driver is already running. \ No newline at end of file
+Tracing for the sample driver can be started at any time before the driver is started or while the driver is already running.
diff --git a/network/trans/ddproxy/README.md b/network/trans/ddproxy/README.md
index bbc3f125..224bc026 100644
--- a/network/trans/ddproxy/README.md
+++ b/network/trans/ddproxy/README.md
@@ -80,4 +80,4 @@ Packet modification is done out-of-band by a system worker thread by using the r
Ddproxy.sys acts as a redirector for both Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6) traffic.
-For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068). \ No newline at end of file
+For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068).
diff --git a/network/trans/inspect/README.md b/network/trans/inspect/README.md
index d1dcac7f..7480bace 100644
--- a/network/trans/inspect/README.md
+++ b/network/trans/inspect/README.md
@@ -69,4 +69,4 @@ On the target computer, open a Command Prompt window as Administrator, and enter
Remarks
-------
-For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068). \ No newline at end of file
+For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068).
diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md
index ad71a788..14cedd3b 100644
--- a/network/trans/msnmntr/README.md
+++ b/network/trans/msnmntr/README.md
@@ -92,4 +92,4 @@ As an alternative to building the WFP MSN Messenger Monitor Sample in Visual Stu
**msbuild /p:configuration="Release" /p:platform="Win32" msnmntr.sln**
-For more information about using [MSBuild](http://go.microsoft.com/fwlink/p/?linkID=262804) 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](http://go.microsoft.com/fwlink/p/?linkID=262804) to build a driver package, see [Building a Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554644).
diff --git a/network/trans/stmedit/README.md b/network/trans/stmedit/README.md
index 75cf7060..2c1d83e1 100644
--- a/network/trans/stmedit/README.md
+++ b/network/trans/stmedit/README.md
@@ -81,4 +81,4 @@ On the target computer, open a Command Prompt window as Administrator, and enter
Remarks
-------
-For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068). \ No newline at end of file
+For more information on creating a Windows Filtering Platform Callout Driver, see [Windows Filtering Platform Callout Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571068).
diff --git a/network/wlan/WDI/README.md b/network/wlan/WDI/README.md
index e825b1b5..c9327a9c 100644
--- a/network/wlan/WDI/README.md
+++ b/network/wlan/WDI/README.md
@@ -18,4 +18,4 @@ products:
# WDI samples
-This sample demonstrates use of the WLAN WDI. \ No newline at end of file
+This sample demonstrates use of the WLAN WDI.
diff --git a/network/wlan/ihvsampleui/README.md b/network/wlan/ihvsampleui/README.md
index 94f62381..db537b91 100644
--- a/network/wlan/ihvsampleui/README.md
+++ b/network/wlan/ihvsampleui/README.md
@@ -18,4 +18,4 @@ products:
# IHV Sample UI
-This sample demonstrates the WLAN IHV UI. \ No newline at end of file
+This sample demonstrates the WLAN IHV UI.
diff --git a/network/wsk/echosrv/README.md b/network/wsk/echosrv/README.md
index a5300b05..3ab0360c 100644
--- a/network/wsk/echosrv/README.md
+++ b/network/wsk/echosrv/README.md
@@ -71,4 +71,4 @@ Install and run this sample driver by using the following steps:
After the driver is installed and started, it will listen for incoming TCP connection requests on port 40007 over both IPv4 and IPv6 protocols until the driver is stopped. On each connection, the driver will echo all the received data back to the peer until the connection is closed by the peer.
-For more information on the usage of the Winsock Kernel (WSK) programming interface, see [Winsock Kernel](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571084). \ No newline at end of file
+For more information on the usage of the Winsock Kernel (WSK) programming interface, see [Winsock Kernel](http://msdn.microsoft.com/en-us/library/windows/hardware/ff571084).