Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54380
b: refs/heads/master
c: 35ff032
h: refs/heads/master
v: v3
  • Loading branch information
Ralph Campbell authored and Roland Dreier committed May 1, 2007
1 parent 6492937 commit 0402673
Show file tree
Hide file tree
Showing 2,845 changed files with 71,021 additions and 197,194 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b6b54982258c330247957a8d877b9851ac69d53
refs/heads/master: 35ff032e65ab5cc03bbba46cefece7376c7c562f
5 changes: 2 additions & 3 deletions trunk/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -1745,9 +1745,8 @@ S: D-64295
S: Germany

N: Andi Kleen
E: andi@firstfloor.org
U: http://www.halobates.de
D: network, x86, NUMA, various hacks
E: ak@muc.de
D: network hacker, syncookies
S: Schwalbenstr. 96
S: 85551 Ottobrunn
S: Germany
Expand Down
9 changes: 6 additions & 3 deletions trunk/Documentation/DocBook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ psdocs: $(PS)
PDF := $(patsubst %.xml, %.pdf, $(BOOKS))
pdfdocs: $(PDF)

HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
HTML := $(patsubst %.xml, %.html, $(BOOKS))
htmldocs: $(HTML)

MAN := $(patsubst %.xml, %.9, $(BOOKS))
Expand Down Expand Up @@ -152,7 +152,6 @@ quiet_cmd_db2man = MAN $@
@(which xmlto > /dev/null 2>&1) || \
(echo "*** You need to install xmlto ***"; \
exit 1)
$(Q)mkdir -p $(obj)/man
$(call cmd,db2man)
@touch $@

Expand Down Expand Up @@ -213,7 +212,11 @@ clean-files := $(DOCBOOKS) \
$(patsubst %.xml, %.9, $(DOCBOOKS)) \
$(C-procfs-example)

clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS)) man
clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS))

#man put files in man subdir - traverse down
subdir- := man/


# Declare the contents of the .PHONY variable as phony. We keep that
# information in a variable se we can use it in if_changed and friends.
Expand Down
6 changes: 0 additions & 6 deletions trunk/Documentation/DocBook/kernel-api.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,6 @@ X!Ilib/string.c
!Enet/core/dev.c
!Enet/ethernet/eth.c
!Iinclude/linux/etherdevice.h
!Edrivers/net/phy/phy.c
!Idrivers/net/phy/phy.c
!Edrivers/net/phy/phy_device.c
!Idrivers/net/phy/phy_device.c
!Edrivers/net/phy/mdio_bus.c
!Idrivers/net/phy/mdio_bus.c
<!-- FIXME: Removed for now since no structured comments in source
X!Enet/core/wireless.c
-->
Expand Down
3 changes: 3 additions & 0 deletions trunk/Documentation/DocBook/man/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Rules are put in Documentation/DocBook

clean-files := *.9.gz *.sgml manpage.links manpage.refs
11 changes: 0 additions & 11 deletions trunk/Documentation/blackfin/00-INDEX

This file was deleted.

169 changes: 0 additions & 169 deletions trunk/Documentation/blackfin/Filesystems

This file was deleted.

48 changes: 0 additions & 48 deletions trunk/Documentation/blackfin/cache-lock.txt

This file was deleted.

65 changes: 0 additions & 65 deletions trunk/Documentation/blackfin/cachefeatures.txt

This file was deleted.

4 changes: 2 additions & 2 deletions trunk/Documentation/dontdiff
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ aic7*seq.h*
aicasm
aicdb.h*
asm
asm-offsets.h
asm_offsets.h
asm-offsets.*
asm_offsets.*
autoconf.h*
bbootsect
bin2c
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/driver-model/devres.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ For example, you can do something like the following.

...

devres_close_group(dev, my_midlayer_create_something);
devres_close_group(dev, my_midlayer_something);
return 0;
}

Expand Down
Loading

0 comments on commit 0402673

Please sign in to comment.