s/ is is / is /g
s/ a a / a /g Approved by: cperciva MFC after: 3 days
This commit is contained in:
parent
582212fa04
commit
0af1b47258
@ -627,7 +627,7 @@ enc_log(struct enc_softc *enc, const char *fmt, ...)
|
||||
/*
|
||||
* Is this a device that supports enclosure services?
|
||||
*
|
||||
* It's a a pretty simple ruleset- if it is device type
|
||||
* It's a pretty simple ruleset- if it is device type
|
||||
* 0x0D (13), it's an ENCLOSURE device.
|
||||
*/
|
||||
|
||||
|
@ -121,7 +121,7 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES
|
||||
{
|
||||
/**
|
||||
* This is the idle substate for the stp remote device. When there are no
|
||||
* active IO for the device it is is in this state.
|
||||
* active IO for the device it is in this state.
|
||||
*/
|
||||
SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_IDLE,
|
||||
|
||||
|
@ -1478,7 +1478,7 @@ xnb_mbufc2pkt_1cluster(char *buffer, size_t buflen) {
|
||||
safe_m_freem(&mbuf);
|
||||
}
|
||||
|
||||
/** xnb_mbufc2pkt on a a two-mbuf chain with short data regions */
|
||||
/** xnb_mbufc2pkt on a two-mbuf chain with short data regions */
|
||||
static void
|
||||
xnb_mbufc2pkt_2short(char *buffer, size_t buflen) {
|
||||
struct xnb_pkt pkt;
|
||||
@ -1521,7 +1521,7 @@ xnb_mbufc2pkt_2short(char *buffer, size_t buflen) {
|
||||
safe_m_freem(&mbufc2);
|
||||
}
|
||||
|
||||
/** xnb_mbufc2pkt on a a mbuf chain with >1 mbuf cluster */
|
||||
/** xnb_mbufc2pkt on a mbuf chain with >1 mbuf cluster */
|
||||
static void
|
||||
xnb_mbufc2pkt_long(char *buffer, size_t buflen) {
|
||||
struct xnb_pkt pkt;
|
||||
@ -1560,7 +1560,7 @@ xnb_mbufc2pkt_long(char *buffer, size_t buflen) {
|
||||
safe_m_freem(&mbufc);
|
||||
}
|
||||
|
||||
/** xnb_mbufc2pkt on a a mbuf chain with >1 mbuf cluster and extra info */
|
||||
/** xnb_mbufc2pkt on a mbuf chain with >1 mbuf cluster and extra info */
|
||||
static void
|
||||
xnb_mbufc2pkt_extra(char *buffer, size_t buflen) {
|
||||
struct xnb_pkt pkt;
|
||||
|
@ -17,7 +17,7 @@ if SELF_TEST is defined. You can use this free for any purpose. It's in
|
||||
the public domain. It has no warranty.
|
||||
|
||||
You probably want to use hashlittle(). hashlittle() and hashbig()
|
||||
hash byte arrays. hashlittle() is is faster than hashbig() on
|
||||
hash byte arrays. hashlittle() is faster than hashbig() on
|
||||
little-endian machines. Intel and AMD are little-endian machines.
|
||||
On second thought, you probably want hashlittle2(), which is identical to
|
||||
hashlittle() except it returns two 32-bit hashes for the price of one.
|
||||
|
@ -1178,7 +1178,7 @@ mesh_recv_indiv_data_to_fwrd(struct ieee80211vap *vap, struct mbuf *m,
|
||||
|
||||
/*
|
||||
* Verifies transmitter, updates lifetime, precursor list and process data
|
||||
* locally, if data is is proxy with AE = 10 it could mean data should go
|
||||
* locally, if data is proxy with AE = 10 it could mean data should go
|
||||
* on another mesh path or data should be forwarded to the DS.
|
||||
*
|
||||
* > 0 means we have forwarded data and no need to process locally
|
||||
|
Loading…
x
Reference in New Issue
Block a user