search for: lindent

Displaying 7 results from an estimated 7 matches for "lindent".

Did you mean: indent
2010 Apr 02
0
ANNOUNCE: cifs-utils release 4.2 available for download
...fix URL's and email addresses - update copyright notices Signed-off-by: Jeff Layton <jlayton at samba.org> commit d52478ee762d88aa23db476639cdcb5379dddfa4 Author: Jeff Layton <jlayton at redhat.com> Date: Thu Apr 1 22:05:47 2010 -0400 cifs.upcall: run it through Lindent ...coding style cleanup. Signed-off-by: Jeff Layton <jlayton at redhat.com> commit d946beecf6e9cc7cf6897368bed8f43b0ec61ed1 Author: Torsten Kurbad <torsten at tk-webart.de> Date: Thu Apr 1 21:47:25 2010 -0400 cifs-upcall: krb5.h inclusion quick fix ......
2013 May 29
0
DAHDI-Linux and DAHDI-Tools 2.7.0-rc1 Now Available
...e - add const to file_operations xpp: style - manual whitespace/line-breaks cleanup xpp: style - one macro cleanup xpp: style - no more typedef byte xpp: style - place EXPORT_SYMBOL() (manually) xpp: style - clean many long lines (manually) xpp: style - Run Lindent xpp: style - convert typedef of byte to __u8 xpp: style - add space after comma xpp: style - insert space afer if/while/for/switch xpp: style - Remove space before tabs xpp: style - Remove 0/NULL static initializers xpp: style: convert __FUNCTION__ to __fun...
2013 May 29
0
DAHDI-Linux and DAHDI-Tools 2.7.0-rc1 Now Available
...e - add const to file_operations xpp: style - manual whitespace/line-breaks cleanup xpp: style - one macro cleanup xpp: style - no more typedef byte xpp: style - place EXPORT_SYMBOL() (manually) xpp: style - clean many long lines (manually) xpp: style - Run Lindent xpp: style - convert typedef of byte to __u8 xpp: style - add space after comma xpp: style - insert space afer if/while/for/switch xpp: style - Remove space before tabs xpp: style - Remove 0/NULL static initializers xpp: style: convert __FUNCTION__ to __fun...
2013 Jun 07
0
DAHDI-Linux and DAHDI-Tools 2.7.0 Now Available
...e - add const to file_operations xpp: style - manual whitespace/line-breaks cleanup xpp: style - one macro cleanup xpp: style - no more typedef byte xpp: style - place EXPORT_SYMBOL() (manually) xpp: style - clean many long lines (manually) xpp: style - Run Lindent xpp: style - convert typedef of byte to __u8 xpp: style - add space after comma xpp: style - insert space afer if/while/for/switch xpp: style - Remove space before tabs xpp: style - Remove 0/NULL static initializers xpp: style: convert __FUNCTION__ to __fun...
2013 Jun 07
0
DAHDI-Linux and DAHDI-Tools 2.7.0 Now Available
...e - add const to file_operations xpp: style - manual whitespace/line-breaks cleanup xpp: style - one macro cleanup xpp: style - no more typedef byte xpp: style - place EXPORT_SYMBOL() (manually) xpp: style - clean many long lines (manually) xpp: style - Run Lindent xpp: style - convert typedef of byte to __u8 xpp: style - add space after comma xpp: style - insert space afer if/while/for/switch xpp: style - Remove space before tabs xpp: style - Remove 0/NULL static initializers xpp: style: convert __FUNCTION__ to __fun...
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic house cleaning. The first four should cause no code change, but the last two need more testing. -- Stephen Hemminger <shemminger@osdl.org> "And in the Packet there writ down that doome" - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths