Bug 191898 - [ixgbe] Wrong sysctl description
Summary: [ixgbe] Wrong sysctl description
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: Normal Affects Some People
Assignee: Hiren Panchasara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-16 10:45 UTC by vsjcfm
Modified: 2014-08-04 08:12 UTC (History)
1 user (show)

See Also:


Attachments
Typo fix (552 bytes, patch)
2014-07-16 10:45 UTC, vsjcfm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2014-07-16 10:45:15 UTC
Created attachment 144724 [details]
Typo fix

Description of hw.ixgbe.txd is "receive descriptors" instead of correct "transmit descriptors".
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-17 06:22:58 UTC
A commit references this bug:

Author: hiren
Date: Thu Jul 17 06:21:58 UTC 2014
New revision: 268790
URL: http://svnweb.freebsd.org/changeset/base/268790

Log:
  Fix a typo.

  PR:		191898
  Submitted by:	vsjcfm@gmail.com

Changes:
  head/sys/dev/ixgbe/ixgbe.c
Comment 2 vsjcfm 2014-07-18 08:15:45 UTC
I think that problem is NOT fully fixed. Will be an MFC? To 9-STABLE? To 9.3-RELEASE or we should wait about a half-year for 9.4-RELEASE for typo fix?
Comment 3 Hiren Panchasara freebsd_committer freebsd_triage 2014-07-18 16:54:16 UTC
(In reply to vsjcfm from comment #2)
> I think that problem is NOT fully fixed. Will be an MFC? To 9-STABLE? To
> 9.3-RELEASE or we should wait about a half-year for 9.4-RELEASE for typo fix?

I'll commit this to stable/10 and stable/9 but not to the RELEASE as this is not critical.